mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Update first example to remove duplicate output
This commit is contained in:
+1
-22
@@ -3,7 +3,7 @@
|
||||
<svg version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 0 60 51.4">
|
||||
viewBox="0 0 60 26.2">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
|
||||
<text font-family="monospace" font-size="1">
|
||||
<tspan x="0.5" dy="1.2">$ certigo dump cert.pem</tspan>
|
||||
@@ -27,26 +27,5 @@
|
||||
<tspan x="0.5" dy="1.2">Warnings:</tspan>
|
||||
<tspan x="0.5" dy="1.2">        <tspan fill="red">Certificate is not in X509v3 format (version is 2)</tspan></tspan>
|
||||
<tspan x="0.5" dy="1.2">        <tspan fill="red">Using SHA1-RSA, which is an outdated signature algorithm</tspan></tspan>
|
||||
<tspan x="0.5" dy="1.2"> </tspan>
|
||||
<tspan x="0.5" dy="1.2">** CERTIFICATE 2 **</tspan>
|
||||
<tspan x="0.5" dy="1.2">Serial: 11578389349061131131</tspan>
|
||||
<tspan x="0.5" dy="1.2">Not Before: <tspan fill="green">2016-05-27 21:15:31 +0000 UTC</tspan></tspan>
|
||||
<tspan x="0.5" dy="1.2">Not After : <tspan fill="green">2017-10-09 21:15:31 +0000 UTC</tspan></tspan>
|
||||
<tspan x="0.5" dy="1.2">Signature : <tspan fill="red">SHA1-RSA</tspan></tspan>
|
||||
<tspan x="0.5" dy="1.2">Subject Info:</tspan>
|
||||
<tspan x="0.5" dy="1.2">        CommonName: ApertureScience</tspan>
|
||||
<tspan x="0.5" dy="1.2">        Organization: [Aperture Science]</tspan>
|
||||
<tspan x="0.5" dy="1.2">        OrganizationalUnit: [Research and Development]</tspan>
|
||||
<tspan x="0.5" dy="1.2">        Country: [US]</tspan>
|
||||
<tspan x="0.5" dy="1.2">        Locality: [San Francisco]</tspan>
|
||||
<tspan x="0.5" dy="1.2">Issuer Info:</tspan>
|
||||
<tspan x="0.5" dy="1.2">        CommonName: ApertureScience</tspan>
|
||||
<tspan x="0.5" dy="1.2">        Organization: [Aperture Science]</tspan>
|
||||
<tspan x="0.5" dy="1.2">        OrganizationalUnit: [Research and Development]</tspan>
|
||||
<tspan x="0.5" dy="1.2">        Country: [US]</tspan>
|
||||
<tspan x="0.5" dy="1.2">        Locality: [San Francisco]</tspan>
|
||||
<tspan x="0.5" dy="1.2">Warnings:</tspan>
|
||||
<tspan x="0.5" dy="1.2">        <tspan fill="red">Certificate is not in X509v3 format (version is 2)</tspan></tspan>
|
||||
<tspan x="0.5" dy="1.2">        <tspan fill="red">Using SHA1-RSA, which is an outdated signature algorithm</tspan></tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user