Passing Curiosity: Latest posts · Jan 20, 2024
Extract a CA certificate bundle from macOS Keychain
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
How to generate a PEM file containing the trusted CA certificates in your macOS Keychain. As described in this answer on Stack Exchange you can use the security tool added in Mac OS X 10.3: security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain > cacerts.pem security find-certificate -a -p /Library/Keychains/System.keychain >> cacerts.pem If there are missing CA…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.