diff --git a/README.md b/README.md
index 797e95b..537f608 100644
--- a/README.md
+++ b/README.md
@@ -360,7 +360,7 @@
Редактируем файл /etc/ssh/sshd_config:
-
+
@@ -1493,7 +1493,7 @@ htpasswd –c /etc/nginx/.htpasswd WEB
>chmod 700 /etc/pki/CA/private
-
+
Создайте корневой ключ и сертификат (RSA 4096, SHA256):
@@ -1506,7 +1506,7 @@ htpasswd –c /etc/nginx/.htpasswd WEB
-subj "/CN=AU-TEAM Root CA"
-
+
Шаг 2. Создайте CSR для веб-сервера
@@ -1514,7 +1514,7 @@ htpasswd –c /etc/nginx/.htpasswd WEB
> openssl genrsa -out /etc/pki/CA/private/web.au-team.irpo.key 2048
-
+
openssl req -new \
@@ -1523,7 +1523,7 @@ openssl req -new \
-subj "/CN=web.au-team.irpo"
-
+
openssl genrsa -out /etc/pki/CA/private/docker.au-team.irpo.key 2048
@@ -1534,7 +1534,7 @@ openssl req -new \
-subj "/CN=docker.au-team.irpo"
-
+
Шаг 3. Создайте конфигурационный файл для openssl ca
@@ -1542,13 +1542,13 @@ openssl req -new \
curl -o /etc/ssl/openssl-ca.cnf https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/openssl-gost.cnf
-
+
Проверяем nano /etc/ssl/openssl-ca.cnf:
-
+
Шаг 4. Подпишите сертификат