Package | Description |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.letsencrypt |
Classes related to the LetsEncrypt docker integration.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
Modifier and Type | Method and Description |
---|---|
CmsLetsEncryptConfiguration |
CmsSystemConfiguration.getLetsEncryptConfig()
Gets the LetsEncrypt configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsSystemConfiguration.setLetsEncryptConfig(CmsLetsEncryptConfiguration letsEncryptConfig)
Sets the LetsEncrypt configuration.
|
Constructor and Description |
---|
CmsLetsEncryptUpdater(CmsLetsEncryptConfiguration config)
Creates a new instance.
|
CmsSiteConfigToLetsEncryptConfigConverter(CmsLetsEncryptConfiguration config)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
CmsLetsEncryptConfiguration |
OpenCmsCore.getLetsEncryptConfig()
Gets the LetsEncrypt configuration.
|
static CmsLetsEncryptConfiguration |
OpenCms.getLetsEncryptConfig()
Gets the LetsEncrypt configuration.
|