Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rivetmichael/a7bbca38371b4533229f42a75b034232 to your computer and use it in GitHub Desktop.

Select an option

Save rivetmichael/a7bbca38371b4533229f42a75b034232 to your computer and use it in GitHub Desktop.

Revisions

  1. rivetmichael created this gist Jul 3, 2019.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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 !