How to get Chrome on MacOS to trust a self-signed certificate

  1. In the address bar, click the red lock with the X. This will pop up a small information pane. Click "Certificate Information."
  2. Drag and drop the image to your desktop. It will look like a little certificate.
  3. Double-click it. This will bring up the Keychain Access utility. Enter your password to unlock it.
    Note: If you already have Keychain Access open, just got to File -> Import Item
  4. Select "System" key chain and "My Certificates"
  5. Click "Always Trust"
  6. After it has been added, double-click it. You may have to authenticate again.
  7. Expand the "Trust" section.
  8. "When using this certificate," set to "Always Trust"
  9. Close Keychain Access and restart Chrome, and the self-signed certificate should be recognized now by the browser without an error.

Comments

Popular posts from this blog

Authentication for RESTful APIs

Security From Happiness

How to build a simple RESTful API with Flask