doc: add an example for using the keytype ed25519 when using DKIM & Rspamd (#4243)

This commit is contained in:
Georg Lauterbach 2024-10-30 01:32:17 +01:00 committed by GitHub
parent ff8fc8013b
commit 662afec1d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ ${ORANGE}EXAMPLES${RESET}
${LWHITE}setup config dkim domain example.com${RESET}
Generate the DKIM key for a different domain (example.com).
${LWHITE}setup config dkim keytype ed25519 domain edward.com selector elliptic-test${RESET}
Generate the DKIM key using the ED25519 elliptic curve for the domain
edward.com and the selector elliptic-test.
${ORANGE}EXIT STATUS${RESET}
Exit status is 0 if command was successful. If wrong arguments are provided or arguments contain
errors, the script will exit early with a non-zero exit status.