brain/src/ops/tools/openssl.md
2019-07-07 21:21:48 +02:00

222 B

OpenSSL

Checking

CSR

openssl req -text -noout -verify -in request.csr

Key

openssl rsa -in privkey.key -check

Cert

openssl x509 -in certficate.crt -text -noout