Expand description
Python bindings for RFC 8737 ACME TLS-ALPN-01 extension types.
Exposes AcmeAuthorization and the ID_PE_ACME_IDENTIFIER OID constant
into the synta.acme submodule.
RFC 8737 §3 defines a critical X.509 extension (id-pe-acmeIdentifier,
OID 1.3.6.1.5.5.7.1.31) whose value is a 32-byte SHA-256 digest of
the ACME key authorization string for the TLS-ALPN-01 challenge.
Structs§
- PyAcme
Authorization - ACME TLS-ALPN-01 authorization digest (RFC 8737 §3).