This commit is contained in:
shiraorie
2025-11-01 08:02:39 +05:00
parent f72ffbc82c
commit 9fb3790c7b

View File

@@ -1495,12 +1495,12 @@ htpasswd c /etc/nginx/.htpasswd WEB
Создайте корневой ключ и сертификат (RSA 4096, SHA256):
openssl req -x509 -new -nodes \
-keyout /etc/pki/CA/private/ca.key \
openssl req -x509 -new -nodes \
-keyout /etc/pki/CA/private/ca.key \
-out /etc/pki/CA/certs/ca.crt \
-days 3650 \
-sha256 \
-subj "/CN=AU-TEAM Root CA" ***
-subj "/CN=AU-TEAM Root CA"
Шаг 2. Создайте CSR для веб-сервера