Difference between revisions of "X.509"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
 
* Read [[GitLab]]: S/MIME X509 verification of commits https://gitlab.com/gitlab-org/gitlab/issues/29782
 
* Read [[GitLab]]: S/MIME X509 verification of commits https://gitlab.com/gitlab-org/gitlab/issues/29782
 
* [[How to check certification expiration date from command line]]: <code>[[openssl x509 -dates]]</code>
 
* [[How to check certification expiration date from command line]]: <code>[[openssl x509 -dates]]</code>
* [[Create new x509 certificate: openssl req -x509 -newkey]]
+
* Create new [[x509]] certificate: <code>[[Create new x509 certificate: openssl req -x509 -newkey|openssl req -x509 -newkey]]</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 09:21, 26 January 2024

wikipedia:X.509 standard format for Public key certificate used in TLS.

Tools: openssl, keytool, certinfo (Cloudflare) https://github.com/cloudflare/cfssl/blob/master/certinfo/certinfo.go[1]


Examples

Errors

Security

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

Activities

Related terms

See also

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