This commit is contained in:
root
2023-09-25 14:10:32 +03:00
parent 12c2b652f0
commit 500c76271b
12 changed files with 11 additions and 92 deletions

View File

@ -6,8 +6,7 @@ tags: [linux, astra, alt, tls]
---
## Получение корневого сертификата
```shell
echo quit | openssl s_client -showcerts \
-servername <websi.te> -connect <websi.te>:443 > <certificate>.pem
echo quit | openssl s_client -showcerts -servername <websi.te> -connect <websi.te>:443 > <certificate>.pem
```
## Astra Linux