From 486d145364c14a794dac4513eca10463d586d2bf Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 24 May 2018 06:05:56 -0700 Subject: [PATCH] Update server.md --- content/docs/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server.md b/content/docs/server.md index 51d1793..6276694 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -80,7 +80,7 @@ To create the key.pem and cert.pem use the command. **Fill in your own subject** $ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem \ -days 365 -sha256 -subj "/C=CN/ST=Fujian/L=Xiamen/O=TVlinux/OU=Org/CN=muro.lxd" ``` -To remove the password, then copy nopass.pen to key.pem +To remove the password, then copy nopass.pem to key.pem ```bash $ openssl rsa -in key.pem -out nopass.pem ```