summaryrefslogtreecommitdiff
path: root/sys/man/8
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-03-15 21:24:03 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-03-15 21:24:03 +0100
commitc1717aebf7094f8a06a9f13f322fcc8b68c23cff (patch)
tree4189d486f55b68e701934e8b14d5ebefcc91d0c6 /sys/man/8
parent9b7c9787930fe88c2faaa92255bc8c364280cf6a (diff)
rsa(8): recommend secstore(1) for Plan 9 RSA private key storage
Diffstat (limited to 'sys/man/8')
-rw-r--r--sys/man/8/rsa5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/man/8/rsa b/sys/man/8/rsa
index c78d7d741..5baf18574 100644
--- a/sys/man/8/rsa
+++ b/sys/man/8/rsa
@@ -224,6 +224,11 @@ Applications that serve TLS-encrypted sessions (for example,
and
.IR tlssrv (8))
expect certificates in ASN.1/DER/PEM format.
+.PP
+The Plan 9 RSA private key needs to be loaded into factotum
+for TLS server applications. It is recommended to put the key into
+.IR secstore (1),
+avoiding it being stored unencrypted on the filesystem.
.SH EXAMPLES
Generate a fresh key and use it to start a TLS-enabled web server:
.IP