Skip to content

Commit 0c4d8c7

Browse files
Update configuration.md
1 parent 7fa7fc9 commit 0c4d8c7

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docsource/configuration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,15 @@ The RFC 2136 provider enables ACME DNS-01 challenges with on-premise DNS servers
147147

148148
**For BIND:**
149149
bash
150-
# Generate a TSIG key using tsig-keygen (BIND 9.10+)
150+
151+
**Generate a TSIG key using tsig-keygen (BIND 9.10+)**
151152
tsig-keygen -a hmac-sha256 acme-update-key
152153

153-
# Output example:
154-
# key "acme-update-key" {
155-
# algorithm hmac-sha256;
156-
# secret "base64encodedkey==";
157-
# };
154+
**Output example:**
155+
key "acme-update-key" {
156+
algorithm hmac-sha256;
157+
secret "base64encodedkey==";
158+
};
158159

159160

160161
#### BIND Configuration Example

0 commit comments

Comments
 (0)