[MBS] SSL certificate verification

2022-04-04 Thread Lee Badham
Hi, I'd like to verify that a private key and certificate match. This works in command line: lee@iMac ~ % openssl rsa -noout -modulus -in /Users/lee/Desktop/SSL/server.key | openssl md5 9272d95d3750061ab7c11fa0d4f839a2 lee@iMac ~ % openssl x509 -noout -modulus -in

Re: [MBS] SSL certificate verification

2022-04-04 Thread Christian Schmitz
> Am 04.04.2022 um 17:40 schrieb Lee Badham : > > Hi, > > When I open the .crt file in X509 Certificate MBS example it opens properly > and correctly shows the common name, How do you get the hashes from our plugin? Maybe you like to send me your test project (off list) with a sample key