opensslの出力がわかりません。次のようにopensslを実行します。
#openssl s_client -connect google.com:443 -CAfile cacert.pem < /dev/null
最終的にはすべて、エンドエンティティの証明書が確認されたという点で問題はありません。
Verify return code: 0 (ok)
しかしreturn:1
、下の中間体の出力の最初にあるw / verifyについてはどうですか?それはどういう意味ですか、それは何の意味ですか?
depth = 3 C = US、O = Equifax、OU = Equifax Secure Certificate Authorityがリターンを確認します:1 depth = 2 C = US、O = GeoTrust Inc.、CN = GeoTrust Global CAはリターンを確認します:1 depth = 1 C = US、O = Google Inc、CN = Google Internet Authority G2確認リターン:1 depth = 0 C = US、ST = California、L = Mountain View、O = Google Inc、CN = google.comリターンを確認:1 --- 証明書チェーン 0 s:/ C = US / ST = California / L = Mountain View / O = Google Inc / CN = google.com i:/ C = US / O = Google Inc / CN = Google Internet Authority G2 1 s:/ C = US / O = Google Inc / CN = Google Internet Authority G2 i:/ C = US / O = GeoTrust Inc./CN=GeoTrust Global CA 2 s:/ C = US / O = GeoTrust Inc./CN=GeoTrust Global CA i:/ C = US / O = Equifax / OU = Equifax Secure Certificate Authority ---