Browse Source

Added additional parameters

Added params for possible api-pass (enhanced powerdns security), and http-auth in case of the use of an (nginx) http(s)-reverse proxy for even more security
tags/v1.2.0
lowEagle 6 years ago
parent
commit
af62acadf4
No account linked to committer's email address
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      certbot-pdns.json

+ 4
- 1
certbot-pdns.json View File

1
 {
1
 {
2
+  "http-auth-user": "user",
3
+  "http-auth-pass": "change_it",
2
   "api-key": "change_it",
4
   "api-key": "change_it",
5
+  "api-pass": "change_it_too",
3
   "base-url": "http://127.0.0.1:34022/api/v1",
6
   "base-url": "http://127.0.0.1:34022/api/v1",
4
   "axfr-time": 5
7
   "axfr-time": 5
5
-}
8
+}

Loading…
Cancel
Save