From 15377fb3a4de1d914787a5ef4c6ac3e9d0b59805 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 27 Apr 2026 07:39:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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. Подпишите сертификат