Compare commits

..

2 Commits

Author SHA1 Message Date
Долгий Артём 335453e1d4 Merge branch 'master' of ssh://git.da2001.ru:2222/da2001/notes 2023-11-21 11:38:02 +03:00
Долгий Артём bb3f2027da mod 2023-11-21 11:37:56 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Certificate:
### Убедиться в том, что был создан именно центр сертификации ### Убедиться в том, что был создан именно центр сертификации
```bash ```bash
openssl x509 -text -noout -in rootCA.pem | grep CA openssl x509 -text -noout -in rootCA.crt | grep CA
``` ```
```bash ```bash