Looking inside an SSL Certificate with OpenSSL
Practical Networking Practical Networking
237K subscribers
12,325 views
0

 Published On Feb 14, 2022

Throughout this series we've used the "-text" command to extract everything inside a Certificate, CSR, or Private Key file. But in some cases it's more beneficial to extract only the specific piece of information you need from a Certificate.

That is what we will be focusing on in this video. We will use the openssl req and openssl x509 utilities to extract individual pieces of information from a Certificate and CSR.

This lesson is a preview lesson from my OpenSSL Training Course:

https://classes.pracnet.net/courses/o...

The lessons in this course follow the sections of the OpenSSL Cheat Sheet, available for free here at the link above (no registration required).

00:00 Intro
00:40 openssl x509 -noout -text / openssl req
02:28 Extracting information from SSL Certificate with OpenSSL
05:33 openssl pkey & copy and pasting PEM files
06:54 Extracting Certificate Extensions from SSL Certificates
11:08 Outro


#openssl #ssl #tls

show more

Share/Embed