brain/src/ops/tools/openssl.md
2018-01-04 15:43:05 +01:00

195 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