Everything you should know about certificates and PKI but are too afraid to ask
1–10 of 54 posts
Re: Everything you should know about certificates and PKI but are too afraid to ask
#2Edit: actually this is way more in depth than is needed for k8s. But, I think that's a good target market for a book you can sell like candy for $25.
Re: Everything you should know about certificates and PKI but are too afraid to ask
#3This is really good. Reformat it and turn it in to a book. Market it as essential reading for anyone running or thinking about running kubernetes or vault. Edit: actually this is way more in depth than is needed for k8s. But, I think that's a good target market for a book you can sell like candy for $25.
The closest I know of are the Julia Evans' zines, but I think you meant something different.
Re: Everything you should know about certificates and PKI but are too afraid to ask
#4Anyone able to shed some light on what happened there to me?
Re: Everything you should know about certificates and PKI but are too afraid to ask
#5Re: Everything you should know about certificates and PKI but are too afraid to ask
#6At work, on Chrome I get this error: `ERR_SSL_PROTOCOL_ERROR`... oh the irony.
(Edit: work at smallstep; want to fix)
Re: Everything you should know about certificates and PKI but are too afraid to ask
#7This is really good. Reformat it and turn it in to a book. Market it as essential reading for anyone running or thinking about running kubernetes or vault. Edit: actually this is way more in depth than is needed for k8s. But, I think that's a good target market for a book you can sell like candy for $25.
I'm curious - I've never seen tech books that short that people actually buy. Could you link some example? The closest I know of are the Julia Evans' zines, but I think you meant something different.
Re: Everything you should know about certificates and PKI but are too afraid to ask
#8Also you've mentioned in the section “Naming things” that DN is deprecated, strictly speaking it's not. The Subject field is deprecated when browser matches certificate with domain, DN is still perfectly valid and Subject field MUST contain a proper DN as stated in https://tools.ietf.org/html/rfc5280#section-4.1.2.6.
Re: Everything you should know about certificates and PKI but are too afraid to ask
#9Thanks for sharing, this kind of information is really rare and useful because A LOT of (techincal) people just don't understand PKI and certificates properly. Also you've mentioned in the section “Naming things” that DN is deprecated, strictly speaking it's not. The Subject field is deprecated when browser matches certificate with domain, DN is still perfectly valid and Subject field MUST contain a proper DN as stat…
The convention used to be that the CN field must match the DNS name of the server in a server TLS certificate, but this feature is indeed deprecated and the DNS name extension should be used instead.
Re: Everything you should know about certificates and PKI but are too afraid to ask
#10Thanks for sharing, this kind of information is really rare and useful because A LOT of (techincal) people just don't understand PKI and certificates properly. Also you've mentioned in the section “Naming things” that DN is deprecated, strictly speaking it's not. The Subject field is deprecated when browser matches certificate with domain, DN is still perfectly valid and Subject field MUST contain a proper DN as stat…