Macでrootcaを使ってopensslコマンドを実行する

xcodeのCommandLineToolsをインストールしておきます。

openssl s_client -connect {domain}:{port} -crlf -CAfile /usr/local/etc/openssl/cert.pem

とやるとrootcaを使ってopensslを使えます。

主な用途はSSL証明書の検証ですが。