mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Merge pull request #55 from square/cs/svg-space
Slightly better spacing in SVG files
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="100%" height="42em">
|
||||
width="100%" height="42.5em">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
|
||||
<text font-family="monospace" y="10">
|
||||
<tspan x="10" dy="1.2em">$ cat certs/cert.pem | ./certigo dump</tspan>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
+1
-1
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="100%" height="45em">
|
||||
width="100%" height="45.5em">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
|
||||
<text font-family="monospace" y="10">
|
||||
<tspan x="10" dy="1.2em">$ ./certigo dump certs/cert.jks</tspan>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
+1
-1
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="100%" height="87em">
|
||||
width="100%" height="86.5em">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#f7f7f7" stroke-width="2" />
|
||||
<text font-family="monospace" y="10">
|
||||
<tspan x="10" dy="1.2em">$ openssl s_client -connect squareup.com:443 -showcerts < /dev/null | ./certigo dump</tspan>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Reference in New Issue
Block a user