projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29c910
)
Mention how to download certificates using openssl s_client in X.509.
author
W. Trevor King
<wking@tremily.us>
Sat, 12 May 2012 18:23:51 +0000
(14:23 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 12 May 2012 18:23:51 +0000
(14:23 -0400)
posts/X.509_certificates.mdwn
patch
|
blob
|
history
diff --git
a/posts/X.509_certificates.mdwn
b/posts/X.509_certificates.mdwn
index 9ef76b2936d68858a50a69f1f8b9358e1b363892..0516209a500417b79a5fd3bc1e90fe632fad1470 100644
(file)
--- a/
posts/X.509_certificates.mdwn
+++ b/
posts/X.509_certificates.mdwn
@@
-101,6
+101,16
@@
between `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`.
The `.crt` files requested by `update-ca-certificates` (discussed
below) are generally binary DER files, but can also be base64 encoded.
+Downloading certificates
+========================
+
+You can download certificates from remote servers using [[OpenSSL's
+simple client|Simple_servers]]:
+
+ $ openssl s_client -showcerts -connect host:port
+
+The PEM certificates will be printed to your terminal.
+
System wide certificates
========================