2023-04-14 01:05:35 +02:00
|
|
|
variant = "Advanced"
|
|
|
|
max_age = 900
|
|
|
|
cleanup_interval = 21600
|
2023-04-15 21:08:24 +02:00
|
|
|
allowed_domains = ["example.org", "example.com"]
|
2023-04-14 01:05:35 +02:00
|
|
|
port = 8080
|
2023-04-14 12:18:49 +02:00
|
|
|
external_url = "http://localhost:8080"
|
2023-04-14 01:05:35 +02:00
|
|
|
|
2023-04-14 12:18:49 +02:00
|
|
|
[mail_settings]
|
2023-04-14 01:05:35 +02:00
|
|
|
smtp_host = "mail.example.org"
|
|
|
|
smtp_username = "keyservice"
|
|
|
|
smtp_password = "verysecurepassword"
|
|
|
|
smtp_port = 465
|
2023-04-14 12:18:49 +02:00
|
|
|
smtp_tls = "Tls"
|
2023-04-14 01:05:35 +02:00
|
|
|
mail_from = "key-submission@example.org"
|
2023-04-15 23:51:13 +02:00
|
|
|
mail_subject = "Please confirm to %a your public key"
|