From 1a4cca93605a1780ce91efecaf5b7fe1f172fbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Fri, 28 Jul 2023 12:49:29 +0600 Subject: [PATCH] Update selfsigned-to-trusted.md --- content/posts/selfsigned-to-trusted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/selfsigned-to-trusted.md b/content/posts/selfsigned-to-trusted.md index a66f5d0..476761c 100644 --- a/content/posts/selfsigned-to-trusted.md +++ b/content/posts/selfsigned-to-trusted.md @@ -5,7 +5,7 @@ date: 2023-05-12T18:20:00+05:00 tags: [linux, astra, tls] --- ## Получение корневого сертификата -``` +```shell echo quit | openssl s_client -showcerts \ -servername -connect :443 > .crt ```