[test@cent07 ~]$ openssl s_client -connect google.co.jp:443
CONNECTED(00000003)
depth=3 C = US, O = Equifax, OU = Equifax Secure Certificate Authority
verify return:1
depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA
verify return:1
depth=1 C = US, O = Google Inc, CN = Google Internet Authority G2
verify return:1
depth=0 C = US, ST = California, L = Mountain View, O = Google Inc, CN = google.com
verify return:1
—
Certificate chain
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
—
~省略~
—
New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES128-GCM-SHA256
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : TLSv1.2
Cipher : ECDHE-RSA-AES128-GCM-SHA256
Session-ID: 4792E108F4CA4C6B4E0014E22AA5C714F363E607711EDB3B735541199053FBE2
Session-ID-ctx:
Master-Key: 1F34F50833EA745DE0ADCD9CF44422535E802149AABF60A120AA1453B700017B4694F1431B9E314853DFF9B562BFB121
Key-Arg : None
Krb5 Principal: None
PSK identity: None
PSK identity hint: None
TLS session ticket lifetime hint: 100800 (seconds)
TLS session ticket:
0000 – 00 5d 43 e4 f5 56 86 79-fa d2 e4 21 35 3d 0e 8f .]C..V.y…!5=..
0010 – 97 ef 37 9c 03 81 03 8f-e5 0a 6a 52 f6 67 04 3a ..7…….jR.g.:
0020 – 23 ac 4f 01 3c 60 18 4e-01 5b 54 ed f0 29 be 6e #.O.<`.N.[T..).n
0030 – 92 79 7f 2d af 7e 7d c8-4e a1 74 59 ee 30 bd 4d .y.-.~}.N.tY.0.M
0040 – 7e 06 68 d6 68 49 fd 38-74 6d ba 7d 79 62 10 87 ~.h.hI.8tm.}yb..
0050 – b4 11 87 3a 6c f1 06 3b-00 c3 28 b3 b8 25 f1 63 …:l..;..(..%.c
0060 – 10 1b fa 8b c4 0b 32 8b-e0 ee d8 80 b8 09 3e 85 ……2…….>.
0070 – 10 b6 47 e6 b0 3f ee ce-fb 29 a5 df a6 b0 ee ee ..G..?…)……
0080 – bb 9c 88 7f 1d dd 21 5a-27 72 b6 74 0a 66 3e 3f ……!Z’r.t.f>?
0090 – a8 2d f6 27 30 dd 24 d6-4f 3d 69 a5 d3 d0 51 75 .-.’0.$.O=i…Qu
00a0 – 50 50 21 79 da eb f8 d3-2d 29 55 b7 77 e2 f8 f9 PP!y….-)U.w…
00b0 – c6 8b 5f f5 ca a3 32 b1-eb bc 28 69 a0 f7 1c 40 .._…2…(i…@
00c0 – 84 e3 3b 96 54 c3 0a ce-9a ff 49 39 52 20 b9 5e ..;.T…..I9R .^
00d0 – 60 91 55 14 2e `.U..
コメント
コメント一覧 (1件)
日付の無い記事なので とてつもなく昔の話なのかもですが、
スクリプト参考にさせていただいたので googleの証明書の件
2018年3月現在の証明書では SubjectにはCN=google.comと記載されています。
これが、www.googe.co.jpやgoogle.co.jpで有効になる理由は
X509v3 extensionsのX509v3 Subject Alternative Nameに DNS:google.co.jpと DNS:*.google.co.jpの記載があるためです。
この項目はchromeでは詳細タブにサブジェクト代替名という名前で表示されています。