Compare commits

..

No commits in common. "335453e1d4dcc1139c3c25943353b0183019d101" and "b0e21e54dceecc0da65d0b86ea2aa7111c135672" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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