Created
July 3, 2019 09:48
-
-
Save rivetmichael/a7bbca38371b4533229f42a75b034232 to your computer and use it in GitHub Desktop.
Revisions
-
rivetmichael created this gist
Jul 3, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # run these 2 commands openssl rsa -noout -modulus -in your.key | openssl md5 openssl x509 -noout -modulus -in your.pem | openssl md5 # compare the results, if they match, the key and pem/cert are working together !