Compare commits

...
2 Commits
@@ -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