boulder/mocks
Daniel b8916f176c
WFE2: Add Revocation support.
This commit implements certificate revocation for the WFE2. This
endpoint differs from others in that it supports *both* traditional key
ID based JWS request authentication in addition to embedded JWK based
JWS request authentication. The first is considered authenticated to
revoke a certificate if the signer account has valid authorizations for
all of the names in the certificate. The second is considered
authenticated if the embedded JWK that signs the request has the same
public key as the certificate being revoked.
2017-08-24 15:07:08 -04:00
..
ca.go CA: Stub IssueCertificateForPrecertificate(). (#2973) 2017-08-15 16:50:21 -07:00
mocks.go WFE2: Add Revocation support. 2017-08-24 15:07:08 -04:00