SSLの秘密鍵・公開鍵ペア確認の方法
$ openssl x509 -in public.crt -noout -modulus $ openssl rsa -in private.key -noout -modulus
が一致すればOK。