How To Check If Ssl Certificate Is Self Signed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can check if an SSL certificate is self-signed by using an online SSL Certificate Checker or by using the openssl command line utility. To check a certificate using the openssl utility, you can run the command:
openssl s_client -connect hostname:443 -showcerts
This will connect to the hostname and show you the certificate chain. If the top certificate in the chain is self-signed, then the certificate is self-signed.