Skip to content

Instantly share code, notes, and snippets.

View unreal4u's full-sized avatar

Camilo Sperberg unreal4u

View GitHub Profile
@unreal4u
unreal4u / ssl.md
Created March 6, 2018 09:41 — forked from hyperized/ssl.md

Verify matching signatures

Verify the CSR:

openssl req -noout -modulus -in star_mydomain_tld.csr | openssl md5

Verify the KEY:

openssl rsa -noout -modulus -in star_mydomain_tld.key | openssl md5

Verify the CRT: