This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# these should be the same for a match | |
openssl rsa -modulus -noout -in file.key | openssl sha256 | |
openssl req -noout -modulus -in file.csr| openssl sha256 | |
openssl x509 -noout -modulus -in file.crt | openssl sha256 |