# OpenSSL ## Checking ### CSR ```shell openssl req -text -noout -verify -in request.csr ``` ### Key ```shell openssl rsa -in privkey.key -check ``` ### Cert ```shell openssl x509 -in certficate.crt -text -noout ```