X.509 certificate
From Just Solve the File Format Problem
(Difference between revisions)
m (Jsummers moved page Certificate File to X.509 certificate: Narrowing the scope of this article, to prevent overlap with new articles.) |
(→Links) |
||
(5 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Security | |subcat=Security | ||
− | |||
− | |||
}} | }} | ||
+ | '''X.509 certificate''' is an abstract certificate format used with X.509 public key encryption systems. | ||
− | + | Certificates supply the public key of somebody you wish to communicate with securely, such as a client or vendor. They are used in electronic transaction processing, for instance. You may need to install a vendor's certificate file on your system in order to send transactions such as credit card sales to be processed. | |
− | + | An X.509 certificate may be stored in a number of different file formats, such as: | |
− | * [ | + | * [[DER encoded certificate]] |
+ | * [[PEM encoded certificate]] | ||
+ | * [[PKCS7 certificate]] | ||
+ | * [[PKCS12]] | ||
− | + | See also [[RSA private key]]. | |
− | * [ | + | == Links == |
− | * [ | + | * [[Wikipedia:X.509#Certificates|Wikipedia: X.509 → Certificates]] |
+ | * [https://www.itu.int/rec/T-REC-X.509/en ITU-T Rec. X.509] | ||
+ | * [[Wikipedia: Public-key cryptography]] |
Latest revision as of 15:08, 31 May 2019
X.509 certificate is an abstract certificate format used with X.509 public key encryption systems.
Certificates supply the public key of somebody you wish to communicate with securely, such as a client or vendor. They are used in electronic transaction processing, for instance. You may need to install a vendor's certificate file on your system in order to send transactions such as credit card sales to be processed.
An X.509 certificate may be stored in a number of different file formats, such as:
See also RSA private key.