Openssl: Self Signed & Check certificates Match

For my F5 project I have the F5 generating a CSR and then having that CSR signed by a certificate authority. The signed cert is then uploaded back to the F5 and an SSL profiles created.
During the testing to avoid creating multiple signed certificates for the same domain name I decided to sign the cert myself and use my self signed certificate in the place of what would be the CA signed certificated.
For this I copied the CSR and private key from the F5 and put them on my WSL installation.

First I signed the SSL cert with the private key generated by the F5. This is creating the self signed certificate.

Next I checked all three components that their MD5 hashes matched. I could have performed the same on the CSR and private key before I singed the cert.
As you can see the commands are slightly different, but all the hashes match.

Leave a Comment

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