git: 9front

Download patch

ref: 78217e9990d8786c981a4f0e8b6154bee40d5538
parent: 5e46d01855eb7347f4f5d1c80b09bb83f8936897
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 15 17:24:03 EDT 2015

rsa(8): recommend secstore(1) for Plan 9 RSA private key storage

--- a/sys/man/8/rsa
+++ b/sys/man/8/rsa
@@ -224,6 +224,11 @@
 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
--