public class TLSArtifactsUpdater
extends java.lang.Object
| Constructor and Description |
|---|
TLSArtifactsUpdater(java.lang.String serviceName,
SecretsClient secretsClient,
CertificateAuthorityClient caClient) |
TLSArtifactsUpdater(java.lang.String serviceName,
SecretsClient secretsClient,
TLSArtifactsGenerator tlsArtifactsGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(TLSArtifactPaths tlsArtifactPaths,
CertificateNamesGenerator certificateNamesGenerator,
java.lang.String encryptionSpecName)
Checks if any TLS artifact secrets are missing, and writes them to the secret store if they are.
|
public TLSArtifactsUpdater(java.lang.String serviceName,
SecretsClient secretsClient,
CertificateAuthorityClient caClient)
TLSArtifactsUpdater(java.lang.String serviceName,
SecretsClient secretsClient,
TLSArtifactsGenerator tlsArtifactsGenerator)
public void update(TLSArtifactPaths tlsArtifactPaths, CertificateNamesGenerator certificateNamesGenerator, java.lang.String encryptionSpecName) throws java.lang.Exception
java.lang.Exception