ソースを参照

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
+}

読み込み中…
キャンセル
保存