rsa(8): fix spelling and adjust macros to fix formating
This commit is contained in:
parent
b5a2fa5e5e
commit
d1a81aa81f
1 changed files with 3 additions and 3 deletions
|
@ -116,10 +116,10 @@ parameters derived from the other attributes, cached to speed decryption
|
||||||
.PD
|
.PD
|
||||||
.LP
|
.LP
|
||||||
All the numbers are in hexadecimal except
|
All the numbers are in hexadecimal except
|
||||||
.I size ,
|
.IR size ,
|
||||||
which is decimal.
|
which is decimal.
|
||||||
An RSA public key omits the attributes beginning with
|
An RSA public key omits the attributes beginning with
|
||||||
.L ! .
|
.LR ! .
|
||||||
A key may have other attributes as well (for example, a
|
A key may have other attributes as well (for example, a
|
||||||
.B service
|
.B service
|
||||||
attribute identifying how this key is typically used),
|
attribute identifying how this key is typically used),
|
||||||
|
@ -208,7 +208,7 @@ in the format used by SSH2. The
|
||||||
option will set the comment.
|
option will set the comment.
|
||||||
.PP
|
.PP
|
||||||
.I Rsa2jwk
|
.I Rsa2jwk
|
||||||
reads a Plan 9 RSA public or provate key and prints the public portion
|
reads a Plan 9 RSA public or private key and prints the public portion
|
||||||
as a RFC7517 formated JSON Web Key.
|
as a RFC7517 formated JSON Web Key.
|
||||||
.PP
|
.PP
|
||||||
.I Rsa2x509
|
.I Rsa2x509
|
||||||
|
|
Loading…
Reference in a new issue