Difference between revisions of "X509"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 +
[[wikipedia:X.509]] is a standard defining the format of [[public key certificates]].
 +
 +
 
[[Cloudflare]] <code>certinfo</code>: https://github.com/cloudflare/cfssl/blob/master/certinfo/certinfo.go<ref> https://prefetch.net/blog/2019/12/10/converting-x509-certificates-to-json-objects/</ref>
 
[[Cloudflare]] <code>certinfo</code>: https://github.com/cloudflare/cfssl/blob/master/certinfo/certinfo.go<ref> https://prefetch.net/blog/2019/12/10/converting-x509-certificates-to-json-objects/</ref>
  

Revision as of 10:06, 6 September 2021

wikipedia:X.509 is a standard defining the format of public key certificates.


Cloudflare certinfo: https://github.com/cloudflare/cfssl/blob/master/certinfo/certinfo.go[1]


openssl x509 -inform pem -noout -text
keytool -printcert -file certificate.pem
openssl x509 -req 
openssl s_client -showcerts -connect YOUR_DOMAIN.COM:443 </dev/null 2>/dev/null | openssl x509 -outform PEM > MY_CERTFILE.pem 


Error response from daemon: Get https://URL/: x509: certificate signed by unknown authority


Security

  • ASN.1 and x509 parsers in the kernel have historically been quite problematic (CVE-2008-1673, CVE-2016-2053),

Activities

See also

  • https://prefetch.net/blog/2019/12/10/converting-x509-certificates-to-json-objects/
  • Advertising: