Skip to content

Commit 75fcff1

Browse files
lostnetibauersachs
authored andcommitted
Fix config option key names in README
1 parent ad35cd7 commit 75fcff1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If disabled, such records are copied from the upstream and presented to the clie
142142
|1000
143143
|5000
144144

145-
.2+|org.jitsi.dnssec.nsec3.iterations.N
145+
.2+|dnsjava.dnssec.nsec3.iterations.N
146146
3+a|Maximum iteration count for the NSEC3 hashing function depending on the key size N. The defaults are from https://datatracker.ietf.org/doc/html/rfc5155#section-10.3[RFC5155].
147147
|Integer
148148
2+a|- 1024 bit keys: 150 iterations
@@ -193,28 +193,28 @@ This is limited to avoid the 'KeyTrap' vulnerability (CVE-2023-50387).
193193
|4
194194
|2
195195

196-
.2+|dnsjava.dnssec.algorithm_enabled.ID
196+
.2+|dnsjava.dnssec.algorithm.ID
197197
3+|Enable or disable a DS/DNSKEY algorithm.
198198
See
199199
https://datatracker.ietf.org/doc/html/rfc8624#section-3.1[RFC8624] for recommended values.
200200
Note that algorithm number 1, `RSAMD5`, is disabled and cannot be enabled with this property.
201201
|Boolean
202202
2+|Disable ED448:
203-
`dnsjava.dnssec.algorithm_enabled.16=false`
203+
`dnsjava.dnssec.algorithm.16=false`
204204

205205
.2+|dnsjava.dnssec.algorithm_rsa_min_key_size
206206
3+|Set the minimum size, in bits, for RSA keys.
207207
|Integer
208208
|1024
209209
|512
210210

211-
.2+|dnsjava.dnssec.digest_enabled.ID
211+
.2+|dnsjava.dnssec.digest.ID
212212
3+|Enable or disable a DS record digest algorithm.
213213
See
214214
https://datatracker.ietf.org/doc/html/rfc8624#section-3.3[RFC8624] for recommended values.
215215
|Boolean
216216
2+|Disable SHA.1:
217-
`dnsjava.dnssec.digest_enabled.1=false`
217+
`dnsjava.dnssec.digest.1=false`
218218

219219
|===
220220

0 commit comments

Comments
 (0)