Certificates that follow the X.509 standard contain a data section and a signature section. The signature section is to verify the certificate authenticity, and the data section includes such information as:
- The Distinguished Name of the entity that owns the public key
- The Distinguished Name of the entity that issued the certificate
- expiration info
- The public ke
An organization that issues certificates can establish a hierarchy of CAs. The root CA has a self-signed certificate. Each subordinate CA has a certificate that is signed by the next highest CA in the hierarchy. A certificate chain is the certificate of a particular CA, plus the certificates of any higher CAs up through the root CA. (certificate chain)
https://docs.oracle.com/cd/E19509-01/820-3503/ggbgc/index.html
No comments:
Post a Comment