mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Switch branch for images from svg to master
This commit is contained in:
@@ -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%">
|
||||
|
||||
Reference in New Issue
Block a user