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

This commit is contained in:
cinap_lenrek 2015-03-15 21:24:03 +01:00
parent 9b7c978793
commit c1717aebf7

View file

@ -224,6 +224,11 @@ Applications that serve TLS-encrypted sessions (for example,
and and
.IR tlssrv (8)) .IR tlssrv (8))
expect certificates in ASN.1/DER/PEM format. 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 .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 a TLS-enabled web server:
.IP .IP