Uses of Class
io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Packages that use SignCsr.Request Package Description io.helidon.integrations.vault.secrets.pki Vault's PKI Secrets Engine support. -
-
Uses of SignCsr.Request in io.helidon.integrations.vault.secrets.pki
Methods in io.helidon.integrations.vault.secrets.pki that return SignCsr.Request Modifier and Type Method Description static SignCsr.Request
SignCsr.Request. builder()
Fluent API builder for configuring a request.SignCsr.Request
SignCsr.Request. csr(String csr)
Certification request (CSR) in PEM format.Methods in io.helidon.integrations.vault.secrets.pki with parameters of type SignCsr.Request Modifier and Type Method Description SignCsr.Response
PkiSecrets. signCertificateRequest(SignCsr.Request request)
This endpoint signs a new certificate based upon the provided CSR and the supplied parameters, subject to the restrictions contained in the role named in the endpoint.Single<SignCsr.Response>
PkiSecretsRx. signCertificateRequest(SignCsr.Request request)
This endpoint signs a new certificate based upon the provided CSR and the supplied parameters, subject to the restrictions contained in the role named in the endpoint.
-