0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-10-30 07:05:51 +01:00

Update README and example configuration

This commit is contained in:
RisingOpsNinja 2024-09-04 11:37:31 +02:00
parent 850868e60a
commit c2e5dfac76
2 changed files with 5 additions and 1 deletions

View file

@ -37,6 +37,7 @@ mail_settings.smtp_port | Any positive number | The port of the SMTP server
mail_settings.smtp_tls | `Tls` or `Starttls` | The encryption method to use
mail_settings.mail_from | String | The email address to be used
mail_settings.mail_subject | String | The confirmation email's subject
policy.key_max_validity | Any positive number | The maximum allowed validity period of a key in seconds. (optional)
## Environment Variables

View file

@ -13,4 +13,7 @@ smtp_password = "verysecurepassword"
smtp_port = 465
smtp_tls = "Tls"
mail_from = "key-submission@example.org"
mail_subject = "Please confirm to %a your public key"
mail_subject = "Please confirm to %a your public key"
[policy]
key_max_validity = 0