URI: 
       tmore - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 45993349d8414bdf7eb24d8996e02aa4d53951ad
   DIR parent a784b110f591c71c590ba1329a8240828bfb15b6
  HTML Author: rsc <devnull@localhost>
       Date:   Sun, 13 Feb 2005 22:05:31 +0000
       
       more
       
       Diffstat:
         M man/man1/rsa.1                      |      23 +++++++++++++++--------
       
       1 file changed, 15 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/man/man1/rsa.1 b/man/man1/rsa.1
       t@@ -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
       t@@ -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
       t@@ -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