4. Inspecting objects

4.1. Examining a key

  # openssl rsa -in /etc/ssl/private/ldap_key.pem -text

4.2. Examining a certificate

  # openssl x509 -in /etc/certificateAuthority/cacert.pem -text

4.3. Examining a certificate request

  # openssl req -in ldapreq.pem -text