master
Долгий Артём 2023-11-21 11:37:56 +03:00
parent 17b1a70b75
commit bb3f2027da
1 changed files with 1 additions and 1 deletions

View File

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