Questions tagged [pkix]

PKIX is the Internet's PKI as specified by the Internet Engineering Task Force (IETF). PKIX details X509 certificate formats, issuing rules and validation rules.

PKIX is the Internet's PKI as specified by the Internet Engineering Task Force (IETF). PKIX details X509 certificate formats, issuing rules and validation rules in various Request for Comments (RFC).

Not all PKI's are PKIX. Organizations and government agencies can run a private PKI with rules that are different from PKIX. The documentation and rules for the US government's PKI is over 2000 pages.

User agents such as browsers use a different set of issuing policies than those specified in the RFCs. The browser issuing polices are provided by the CA/Browser Forum (CA/B Forum), and explains why browsers reject certificates that OpenSSL, Wget and other free software accept.

137 questions
-2
votes
1 answer

ssl chain order not correct

Below is the order in the ssl on my server. In a ssl test i got the remark that the sequence is incorrect. What is the correct order? Subject domain.eu Valid from 29/Dec/2016 to 29/Dec/2017 Issuer COMODO RSA Domain Validation Secure Server…
Mark Henry
  • 2,649
  • 7
  • 40
  • 48
-2
votes
1 answer

Why SSL certificates are signed with private key?

As far as I read all the SSL certificates are signed using public key of the asymmetric pub/priv key pair. But all (atleast what I checked) the examples out there on internet are using private key One way I found for self-signing is using below…
manikawnth
  • 2,739
  • 1
  • 25
  • 39
1 2 3
9
10