public class CmsLetsEncryptUpdater extends java.lang.Object implements I_CmsLetsEncryptUpdater
Constructor and Description |
---|
CmsLetsEncryptUpdater(CmsLetsEncryptConfiguration config)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
update(java.lang.String certConfig)
Called when the certificate configuration is updated.
|
public CmsLetsEncryptUpdater(CmsLetsEncryptConfiguration config)
config
- the configurationpublic boolean update(java.lang.String certConfig)
I_CmsLetsEncryptUpdater
update
in interface I_CmsLetsEncryptUpdater
certConfig
- the new certificate configuration dataI_CmsLetsEncryptUpdater.update(java.lang.String)