GeneratedCertificate |
VaultPKISecretEngine.generateCertificate(String role,
GenerateCertificateOptions options) |
Generates a public/private key pair and certificate issued from the engine's CA using the
provided options.
|
io.smallrye.mutiny.Uni<GeneratedCertificate> |
VaultPKISecretReactiveEngine.generateCertificate(String role,
GenerateCertificateOptions options) |
Generates a public/private key pair and certificate issued from the engine's CA using the
provided options.
|
SignedCertificate |
VaultPKISecretEngine.signRequest(String role,
String pemSigningRequest,
GenerateCertificateOptions options) |
Generates a certificate issued from the engine's CA using the provided Certificate Signing Request and options.
|
io.smallrye.mutiny.Uni<SignedCertificate> |
VaultPKISecretReactiveEngine.signRequest(String role,
String pemSigningRequest,
GenerateCertificateOptions options) |
Generates a certificate issued from the engine's CA using the provided Certificate Signing Request and options.
|