Skip to content

Instantly share code, notes, and snippets.

@awabcodes
Last active June 24, 2019 06:22
Show Gist options
  • Save awabcodes/acab9ee3aea592cacc98c305ebb8e244 to your computer and use it in GitHub Desktop.
Save awabcodes/acab9ee3aea592cacc98c305ebb8e244 to your computer and use it in GitHub Desktop.
[OpenSSL Commands] #OpenSSL
# Extracting the CA Certificate using OpenSSL
openssl s_client -connect <your.dsm.name.com:8443> –showcerts
# Export certificate to .der format
openssl x509 -outform der -in <xyz.pem> -out <xyz.der>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment