July 15

check CRT and KEY pair

Simple check from the command line if we have a valid pair:

openssl x509 -noout -modulus -in /home/server.crt | openssl md5
(stdin)= 5f39967e4c06f71c0b00336a8317ddd6
openssl rsa -noout -modulus -in /home/server.key | openssl md5
(stdin)= 5f39967e4c06f71c0b00336a8317ddd6

Hashes should be the same


Copyright 2021. All rights reserved.

Posted 15 July 2025 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.