Verify RSA keys for SSL certificate
openssl rsa -modulus -noout -in /root/certs/server.key | openssl md5 openssl rsa -check -noout -in /root/certs/server.keyopenssl x509 -modulus -noout -in /root/certs/server.crt | openssl md5find / -name "*.key"

openssl rsa -modulus -noout -in /root/certs/server.key | openssl md5
openssl rsa -check -noout -in /root/certs/server.keyopenssl x509 -modulus -noout -in /root/certs/server.crt | openssl md5find / -name "*.key"