From 45993349d8414bdf7eb24d8996e02aa4d53951ad Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 13 Feb 2005 22:05:31 +0000 Subject: more --- man/man1/rsa.1 | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'man') diff --git a/man/man1/rsa.1 b/man/man1/rsa.1 index 8953450c..42a2ae7f 100644 --- a/man/man1/rsa.1 +++ b/man/man1/rsa.1 @@ -1,6 +1,6 @@ .TH RSA 8 .SH NAME -dsagen, rsagen, rsafill, asn12dsa, asn12rsa, dsa2pub, rsa2pub, dsa2ssh, rsa2ssh, rsa2x509 \- generate and format dsa and rsa keys +dsagen, rsagen, rsafill, asn12dsa, asn12rsa, dsa2pub, rsa2csr, rsa2pub, dsa2ssh, rsa2ssh, rsa2x509 \- generate and format dsa and rsa keys .SH SYNOPSIS .PP .B dsagen @@ -74,6 +74,12 @@ dsagen, rsagen, rsafill, asn12dsa, asn12rsa, dsa2pub, rsa2pub, dsa2ssh, rsa2ssh, [ .I file ] +.PP +.B rsa2csr +.I certinfo +[ +.I file +] .SH DESCRIPTION Plan 9 represents DSA and RSA keys as attribute-value pair lists prefixed with the string @@ -276,14 +282,15 @@ pemencode CERTIFICATE .EE .LP generates such a textual certificate. -Applications that serve TLS-encrypted sessions (for example, -.IR httpd (8), -.IR pop3 (8), -and -.IR tlssrv (8)) -expect certificates in ASN.1/DER/PEM format. +Applications that serve TLS-encrypted sessions +typically expect certificates in ASN.1/DER/PEM format. +.PP +.I Rsa2csr +is like +.I rsa2x509 +but writes an X.509 certificate request. .SH EXAMPLES -Generate a fresh key and use it to start a TLS-enabled web server: +Generate a fresh key and use it to start the Plan 9 TLS-enabled web server: .IP .EX rsagen -t 'service=tls owner=*' >key -- cgit v1.2.3