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 ```