2014-12-30 77 views
17

我試圖找到我的Mac上的「openssl.cnf中」文件,我還沒有發現它在這些位置:找不到我的Mac上的文件openssl.cnf中

/usr/local/ssl/openssl.cnf 
/usr/lib/ssl/openssl.cnf 
/etc/ssl/openssl.cnf 

有沒有「SSL」文件夾與...

開始當我在終端上鍵入命令「OpenSSL的版本」,它給了我: OpenSSL的0.9.8za的5

所以可能是什麼問題呢?

回答

33

在我 約塞米蒂 埃爾卡皮坦系統:

$ locate openssl.cnf 
/System/Library/OpenSSL/openssl.cnf 

塞拉利昂 高塞拉利昂,我有不同的內容openssl.cnf中的兩個副本:

$ locate openssl.cnf 
/System/Library/OpenSSL/openssl.cnf 
/private/etc/ssl/openssl.cnf 

我覺得/System/Library/OpenSSL/openssl.cnf是仍然是「官方」參考。第二個是爲某些特定的軟件安裝的。

+1

非常感謝! – Darknespawn

+0

對macOS Sierra(2017)有用,謝謝! –

相關問題