shithub: riscv

Download patch

ref: c1717aebf7094f8a06a9f13f322fcc8b68c23cff
parent: 9b7c9787930fe88c2faaa92255bc8c364280cf6a
author: cinap_lenrek <[email protected]>
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