Service for managing certificates issued by the CA.
11 | 12 |rpc CreateCertificate(IstioCertificateRequest) returns (IstioCertificateResponse)
13 |
14 | Using provided CSR, returns a signed certificate.
15 | 16 |Certificate request message. The authentication should be based on:
21 |Certificate response message.
63 | 64 | 84 |