See: Description
| Interface | Description |
|---|---|
| I_CmsLetsEncryptUpdater |
Interface for classes which should handle an updated certificate configuration.
|
| Class | Description |
|---|---|
| CmsLetsEncryptConfiguration |
Configuration class containing the LetsEncrypt configuration settings OpenCms needed by OpenCms.
|
| CmsLetsEncryptUpdater |
Updates the certificate configuration for the LetsEncrypt container.
|
| CmsSiteConfigToLetsEncryptConfigConverter |
Class which converts the OpenCms site configuration to a certificate configuration for the LetsEncrypt docker instance.
|
| CmsSiteConfigToLetsEncryptConfigConverter.DomainGrouping |
Represents a grouping of domains into certificates.
|
| CmsSiteConfigToLetsEncryptConfigConverter.SiteDomainInfo |
Represents the domain information for a single site.
|
| Enum | Description |
|---|---|
| CmsLetsEncryptConfiguration.Mode |
Enum which represents different modes that control which domains OpenCms puts into the certificate configuration.
|
| CmsLetsEncryptConfiguration.Trigger |
Enum which represents the different types of events that LetsEncrypt updates should be triggered by.
|