From 18d217c3cbb118151e09eafb956dad30998e6884 Mon Sep 17 00:00:00 2001 From: colben Date: Wed, 18 Dec 2024 15:46:31 +0800 Subject: [PATCH] update --- content/post/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/nginx.md b/content/post/nginx.md index 758afd6..884368f 100644 --- a/content/post/nginx.md +++ b/content/post/nginx.md @@ -276,7 +276,7 @@ location /websocket/ { } ``` -## 创建 ssl 密钥 +## 自签 ssl 证书 ```bash mkdir /etc/nginx/ssl && cd /etc/nginx/ssl openssl genrsa -out ssl.key 2048