1) Commands to verify a server private key matches the certificate: Certificate: openssl x509 -noout -modulus -in <certificateFile> | openssl md5 Private Key: openssl rsa -noout -modulus -in <server privateKey>...