瀏覽代碼

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 年之前
父節點
當前提交
af62acadf4
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      certbot-pdns.json

+ 4
- 1
certbot-pdns.json 查看文件

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

Loading…
取消
儲存