Mac ruby 2.0.0におけるDEFAULT_CERT_FILEのディレクトリ情報


過去記事でopenssl、curl、rubyをソースビルド、インストールしたMacとは別のMacがある。
MacOSX 10.11はhomebrewが動作するが削除し概ねクリーンにした。

ruby 2.0.0に戻る。すると
$ ruby -ropenssl -e "p OpenSSL::X509::DEFAULT_CERT_FILE"
"/System/Library/OpenSSL/cert.pem"

OpenSSL $ ls -la
total 8
drwxr-xr-x 6 root wheel 204B 2 5 2016 .
drwxr-xr-x 82 root wheel 2.7K 8 28 2018 ..
drwxr-xr-x 2 root wheel 68B 2 5 2016 certs
drwxr-xr-x 8 root wheel 272B 2 5 2016 misc
-rw-r--r-- 1 root wheel 9.2K 2 5 2016 openssl.cnf
drwxr-xr-x 2 root wheel 68B 2 5 2016 private
OpenSSL $ cd certs
certs $ ls -la
total 0
drwxr-xr-x 2 root wheel 68B 2 5 2016 .
drwxr-xr-x 6 root wheel 204B 2 5 2016 ..
certs $

以上、メモ書き。