sverweij/mscgen_js

View on GitHub
src/samples/3rdparty/acme-processing-04-revocation.msgenny

Summary

Maintainability
Test Coverage
/*
 * ACME protocol - Revocation request
 *
 * source: https://github.com/letsencrypt/anvil
 */
wordwraparcs=1, hscale=1.1, width=720;

Client -> WebFE:  revocationRequest;
WebFE rbox WebFE: verify authorization signature;
WebFE -> RA:      RevokeCertificate (RevocationRequest);
RA rbox RA:       verify authorization;
RA -> CA:         RevokeCertificate (Certificate);
CA >> RA:         RevocationResult;
RA >> WebFE:      RevocationResult;
WebFE >> Client:  revocation;