Difference between revisions of "X.509"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{WikiEntry|key=X.509|qCode=1065865}} is a kind of digital certificate, used extensively in [[Transport Layer Security]]([[TLS]]), such as [[HTTPS]]. It is an ITU-T recommendation for Open Systems Interconnection - The Directory: Public-key and attribute certificate frameworks. | {{WikiEntry|key=X.509|qCode=1065865}} is a kind of digital certificate, used extensively in [[Transport Layer Security]]([[TLS]]), such as [[HTTPS]]. It is an ITU-T recommendation for Open Systems Interconnection - The Directory: Public-key and attribute certificate frameworks. | ||
=Relevant Tutorials= | |||
One can find this webpage tutorial teaching you how to set up X.509 certificates: | |||
# [https://www.baeldung.com/x-509-authentication-in-spring-security X.509 Authentication in Spring Security]<ref>[https://www.baeldung.com/x-509-authentication-in-spring-security X.509 Authentication in Spring Security]</ref> | |||
# [https://gist.github.com/dasniko/b1aa115fd9078372b03c7a9f7e9ec189 Create X.509 certificates]<ref>[https://gist.github.com/dasniko/b1aa115fd9078372b03c7a9f7e9ec189 Create X.509 certificates]</ref> | |||
< | <noinclude> | ||
=References= | =References= | ||
<references/> | <references/> |
Latest revision as of 10:32, 11 March 2022
X.509(Q1065865) is a kind of digital certificate, used extensively in Transport Layer Security(TLS), such as HTTPS. It is an ITU-T recommendation for Open Systems Interconnection - The Directory: Public-key and attribute certificate frameworks.
Relevant Tutorials
One can find this webpage tutorial teaching you how to set up X.509 certificates: