Skip to content

Commit

Permalink
Aling with default conf, e.g., ED25519
Browse files Browse the repository at this point in the history
  • Loading branch information
northox committed Dec 11, 2024
1 parent f38f0eb commit 50b24e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Paths | default value:
* RELOAD_COMMAND: reload command | (echo -n 'reload is '; $control reload) && (echo -n 'notify is '; $control notify)
Params - default value:
* KSK_PARAM: keygen's options for KSK | '-a ECDSAP256SHA256 -k'
* ZSK_PARAM: keygen's options for ZSK | '-a ECDSAP256SHA256'
* SIGN_PARAM: signzone options | '-n' (NSEC3)
* KSK_PARAM: keygen's options for KSK | '-a ED25519 -k'
* ZSK_PARAM: keygen's options for ZSK | '-a ED25519'
* SIGN_PARAM: signzone options | ''
* DS_HASH: 1=SHA1 2=SHA256 3=GOST 4=SHA384 | '2' (SHA256)
* DS_PARAM: key2ds or dsfromkey options | '-n -$DS_HASH'
Expand Down

0 comments on commit 50b24e6

Please sign in to comment.