diff options
Diffstat (limited to 'sys/man/8/rsa')
| -rw-r--r-- | sys/man/8/rsa | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/8/rsa b/sys/man/8/rsa index 40309c165..57a24e5ae 100644 --- a/sys/man/8/rsa +++ b/sys/man/8/rsa @@ -28,6 +28,9 @@ rsagen, rsafill, asn12rsa, rsa2asn1, rsa2pub, rsa2ssh, rsa2x509, rsa2csr \- gene .PP .B rsa2asn1 [ +-a +] +[ .I file ] .PP @@ -182,6 +185,9 @@ Comment attributes are preserved. is like .I rsa2pub but outputs the public key in ASN.1/DER format. +With the +.I -a +flag a private key is read and encoded in ANS.1/DER format. .PP .I Rsa2ssh reads a Plan 9 RSA public or private key and prints the public portion |
