Uses of Class
io.helidon.integrations.vault.secrets.pki.SignCsr.Request
Packages that use SignCsr.Request
-
Uses of SignCsr.Request in io.helidon.integrations.vault.secrets.pki
Methods in io.helidon.integrations.vault.secrets.pki that return SignCsr.RequestModifier and TypeMethodDescriptionstatic SignCsr.Request
SignCsr.Request.builder()
Fluent API builder for configuring a request.Certification request (CSR) in PEM format.Methods in io.helidon.integrations.vault.secrets.pki with parameters of type SignCsr.RequestModifier and TypeMethodDescriptionPkiSecrets.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.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.