How to view SSL Certificate details on Chrome?

Before somewhere around Chrome 55, I could look at the details of a certificate a website is using by clicking on the Green lock icon. Now that functionality seems to be gone; see picture below.

How can I bring this back? I know I can go into Developer Console -> Security but it's tad bit inconvenient.

enter image description here


As of Chrome 60 it is possible to return certificate details under "lock" menu. This option has to be enabled manually by accessing chrome://flags/#show-cert-link.

When you enable it and restart the Chrome, option to view certificate will be visible when you click on lock icon.

Menu with Certificate option


You can now find this information in Developer Tools. Three Dots Menu > More Tools > Developer Tools, then click the "Security" tab and you'll get a "Security Overview" with a "View certificate" button.


From that menu, you have to follow below path:

Click on "Customize and control Google Chrome" >> More tools >> Developer tools >> Security >> View Certificate.

Check this screen-shot:

enter image description here

Or...

Simply press F12 >> Security >> View Certificate.

For Mac Users:

⌘ + Option + i

Ctrl+Shift+I brings up Security Overview in Chrome 56.


Not sure why this hasn't been mentioned yet, but you can hit F12 to bring up the developer window, and then switch to the 'Security' tab to view the certificates. May be easier than Ctrl + Shift + I.