summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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