4 Oct, 2004
Importing self-signed certificates
- Get the certificate from the web server (Instructions from macosxhints).
- openssl s_client -connect servername:443 -showcerts
- Then copy & paste the lines from "-----BEGIN CERTIFICATE-----" through "-----END CERTIFICATE-----" *inclusive* into a file with the .pem extension and save it (as plain text, of course).
- Import this certificate into the X509Anchors keychan in Keychain Access.
Comments
Add comment