package ca

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service CRLGenerator

ca.proto:57

CRLGenerator signs CRLs. It is separated for the same reason as OCSPGenerator.

service CertificateAuthority

ca.proto:10

CertificateAuthority issues certificates.

service OCSPGenerator

ca.proto:37

OCSPGenerator generates OCSP. We separate this out from CertificateAuthority so that we can restrict access to a different subset of hosts, so the hosts that need to request OCSP generation don't need to be able to request certificate issuance.

message CRLMetadata

ca.proto:68

Used in: GenerateCRLRequest

message OCSPResponse

ca.proto:52

Used as response type in: OCSPGenerator.GenerateOCSP, ra.RegistrationAuthority.GenerateOCSP