Update selfsigned-to-trusted.md

This commit is contained in:
Руслан 2023-07-28 12:49:29 +06:00 committed by GitHub
parent 314e7cf414
commit 1a4cca9360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ date: 2023-05-12T18:20:00+05:00
tags: [linux, astra, tls]
---
## Получение корневого сертификата
```
```shell
echo quit | openssl s_client -showcerts \
-servername <websi.te> -connect <websi.te>:443 > <certificate>.crt
```