Update connect example

This commit is contained in:
Cedric Staub
2016-06-18 23:02:59 -07:00
parent 06b4bc12f5
commit 14277cefc3
+2 -6
View File
@@ -3,17 +3,13 @@
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 60 105.4">
viewBox="0 0 60 100.6">
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
<clipPath id="rect">
<rect x="0" y="0" width="99%" height="100%"/>
</clipPath>
<text font-family="monospace" font-size="1" clip-path="url(#rect)">
<tspan x="0.5" dy="1.2">&#36; openssl s_client -connect squareup.com:443 -showcerts | ./certigo dump</tspan>
<tspan x="0.5" dy="1.2">depth=2 /C=US/O=Entrust, Inc./OU=See www.entrust.net/legal-terms/OU=(c) 2009 Entrust, Inc. - for authorized use only/CN=Entrust Root Certification Authority - G2</tspan>
<tspan x="0.5" dy="1.2">verify error:num=20:unable to get local issuer certificate</tspan>
<tspan x="0.5" dy="1.2">verify return:0</tspan>
<tspan x="0.5" dy="1.2">DONE</tspan>
<tspan x="0.5" dy="1.2">&#36; ./certigo connect squareup.com:443</tspan>
<tspan x="0.5" dy="1.2">** CERTIFICATE 1 **</tspan>
<tspan x="0.5" dy="1.2">Serial: 1413474646</tspan>
<tspan x="0.5" dy="1.2">Not Before: <tspan fill="green">2014-12-22 20:28:37 +0000 UTC</tspan></tspan>

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB