mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
26 lines
732 B
Diff
26 lines
732 B
Diff
diff --git a/test/config/notify-mailer.json b/test/config/notify-mailer.json
|
|
index 73864aeb5..93b17c28e 100644
|
|
--- a/test/config/notify-mailer.json
|
|
+++ b/test/config/notify-mailer.json
|
|
@@ -2,11 +2,20 @@
|
|
"notifyMailer": {
|
|
"server": "localhost",
|
|
"port": "9380",
|
|
+ "hostnamePolicyFile": "test/hostname-policy.yaml",
|
|
"username": "cert-manager@example.com",
|
|
+ "from": "notify mailer <test@example.com>",
|
|
"passwordFile": "test/secrets/smtp_password",
|
|
"dbConnectFile": "test/secrets/mailer_dburl",
|
|
"maxDBConns": 10
|
|
},
|
|
+ "pa": {
|
|
+ "challenges": {
|
|
+ "http-01": true,
|
|
+ "dns-01": true,
|
|
+ "tls-alpn-01": true
|
|
+ }
|
|
+ },
|
|
"syslog": {
|
|
"stdoutLevel": 7,
|
|
"syslogLevel": 7
|