aboutsummaryrefslogtreecommitdiff
path: root/man/man1/rsa.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-13 22:05:31 +0000
committerrsc <devnull@localhost>2005-02-13 22:05:31 +0000
commit45993349d8414bdf7eb24d8996e02aa4d53951ad (patch)
treeb7dfa83e108e6af8610810eca984be40063cb16a /man/man1/rsa.1
parenta784b110f591c71c590ba1329a8240828bfb15b6 (diff)
downloadplan9port-45993349d8414bdf7eb24d8996e02aa4d53951ad.tar.gz
plan9port-45993349d8414bdf7eb24d8996e02aa4d53951ad.tar.bz2
plan9port-45993349d8414bdf7eb24d8996e02aa4d53951ad.zip
more
Diffstat (limited to 'man/man1/rsa.1')
-rw-r--r--man/man1/rsa.123
1 files changed, 15 insertions, 8 deletions
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