We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa7fc9 commit 0c4d8c7Copy full SHA for 0c4d8c7
1 file changed
docsource/configuration.md
@@ -147,14 +147,15 @@ The RFC 2136 provider enables ACME DNS-01 challenges with on-premise DNS servers
147
148
**For BIND:**
149
bash
150
-# Generate a TSIG key using tsig-keygen (BIND 9.10+)
+
151
+**Generate a TSIG key using tsig-keygen (BIND 9.10+)**
152
tsig-keygen -a hmac-sha256 acme-update-key
153
-# Output example:
154
-# key "acme-update-key" {
155
-# algorithm hmac-sha256;
156
-# secret "base64encodedkey==";
157
-# };
+**Output example:**
+key "acme-update-key" {
+ algorithm hmac-sha256;
+ secret "base64encodedkey==";
158
+};
159
160
161
#### BIND Configuration Example
0 commit comments