Switch branch for images from svg to master

This commit is contained in:
Cedric Staub
2016-06-17 10:44:07 -07:00
parent 4577af0a15
commit 06b4bc12f5
+3 -3
View File
@@ -28,12 +28,12 @@ Currently supported formats are DER, PEM, JCEKS and PKCS12. It's a one-stop shop
For example (from stdin):
<img src="https://cdn.rawgit.com/square/certigo/svg/examples/example_1_245953.svg" width="100%" height="100%">
<img src="https://cdn.rawgit.com/square/certigo/master/examples/example_1_245953.svg" width="100%" height="100%">
Or from a file:
<img src="https://cdn.rawgit.com/square/certigo/svg/examples/example_2_d848d5.svg" width="100%" height="100%">
<img src="https://cdn.rawgit.com/square/certigo/master/examples/example_2_d848d5.svg" width="100%" height="100%">
You can dump a cert chain from a TLS server. Unlike `openssl x509 -text`, certigo will dump the entire chain, not just the first certificate:
<img src="https://cdn.rawgit.com/square/certigo/svg/examples/example_3_ffafad.svg" width="100%" height="100%">
<img src="https://cdn.rawgit.com/square/certigo/master/examples/example_3_ffafad.svg" width="100%" height="100%">