Get desktop application:
View/edit binary Protocol Buffers messages
Service for managing certificates issued by the CA.
Using provided CSR, returns a signed certificate.
Certificate request message. The authentication should be based on: 1. Bearer tokens carried in the side channel; 2. Client-side certificate via Mutual TLS handshake. Note: the service implementation is REQUIRED to verify the authenticated caller is authorize to all SANs in the CSR. The server side may overwrite any requested certificate field based on its policies.
PEM-encoded certificate request. The public key in the CSR is used to generate the certificate, and other fields in the generated certificate may be overwritten by the CA.
Optional: requested certificate validity period, in seconds.
$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio. Supported metadata: WorkloadName, WorkloadIP, ClusterID
Certificate response message.
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.