From: Antonio Alvarez Feijoo Date: Wed, 11 Dec 2024 06:32:04 +0000 (+0100) Subject: man/systemd-cryptenroll: sort --fido2-credential-algorithm after --fido2-device X-Git-Tag: v258-rc1~1902^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62b7b70bb78f85198509b3327cb29b83ed9218ec;p=thirdparty%2Fsystemd.git man/systemd-cryptenroll: sort --fido2-credential-algorithm after --fido2-device And also fix a typo. --- diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index 83f8b2d8a18..f3c23adfd03 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -384,24 +384,9 @@ FIDO2 Enrollment - The following options are understood that may be used to enroll PKCS#11 tokens: + The following options are understood that may be used to enroll FIDO2 tokens: - - - Specify COSE algorithm used in credential generation. The default value is - es256. Supported values are es256, rs256 - and eddsa. - - es256 denotes ECDSA over NIST P-256 with SHA-256. rs256 - denotes 2048-bit RSA with PKCS#1.5 padding and SHA-256. eddsa denotes - EDDSA over Curve25519 with SHA-512. - - Note that your authenticator may choose not to support some algorithms. - - - - @@ -428,6 +413,21 @@ + + + Specify COSE algorithm used in credential generation. The default value is + es256. Supported values are es256, rs256 + and eddsa. + + es256 denotes ECDSA over NIST P-256 with SHA-256. rs256 + denotes 2048-bit RSA with PKCS#1.5 padding and SHA-256. eddsa denotes + EDDSA over Curve25519 with SHA-512. + + Note that your authenticator may choose not to support some algorithms. + + + +