# x509.wiki

## 🇺🇸 English

- [Welcome to X.509](https://www.x509.wiki/readme.md): Everything you never wanted to know about X.509, but were forced to find out
- [Future Topics](https://www.x509.wiki/readme/future-topics.md)
- [Important Data Formats](https://www.x509.wiki/important-data-formats.md)
- [X.509](https://www.x509.wiki/important-data-formats/x.509.md)
- [PKCS#7](https://www.x509.wiki/important-data-formats/pkcs-7.md): PKCS#7 is the Swiss Army Knife in cryptographic data formats and it may contain virtually anything -- encrypted messages, signed messages, signed and encrypted messages, certificates, and private keys
- [PKCS#10](https://www.x509.wiki/important-data-formats/pkcs-10.md)
- [PKCS#12](https://www.x509.wiki/important-data-formats/pkcs-12.md)
- [ASN.1 and PEM](https://www.x509.wiki/important-data-formats/asn.1-and-pem.md)
- [Enrollment Methods](https://www.x509.wiki/enrollment-methods.md)
- [SCEP](https://www.x509.wiki/enrollment-methods/scep.md)
- [Microsoft RPC/DCOM](https://www.x509.wiki/enrollment-methods/microsoft-rpc-dcom.md)
- [Cryptography](https://www.x509.wiki/cryptography.md)
- [Hashing Algorithms](https://www.x509.wiki/cryptography/hashing-algorithms.md)
- [Asymmetric Cryptography](https://www.x509.wiki/cryptography/asymmetric-cryptography.md)
- [Public Key Infrastructure](https://www.x509.wiki/public-key-infrastructure.md)
- [Establishing Trust](https://www.x509.wiki/public-key-infrastructure/establishing-trust.md)
- [Use Cases for Certificates](https://www.x509.wiki/use-cases-for-certificates.md)
- [Transport Layer Security (TLS)](https://www.x509.wiki/use-cases-for-certificates/transport-layer-security-tls.md)
- [How Many Tiers Should a PKI Have?](https://www.x509.wiki/other-stuff/how-many-tiers-should-a-pki-have.md)
- [Certifried and Similar Attacks](https://www.x509.wiki/other-stuff/certifried-and-similar-attacks.md)
- [Certificate Lifecycle Management](https://www.x509.wiki/other-stuff/certificate-lifecycle-management.md)
- [Peter Gutmann](https://www.x509.wiki/useful-links/peter-gutmann.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.x509.wiki/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
