-
-
-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
acmeAuthorization
String acmeAuthorization
An authorisation code to complete validation.
-
acmeFailures
int acmeFailures
The number of failures setting up the domain. Used for throttling retries.
-
acmeRetryMillis
long acmeRetryMillis
The time to wait until next retry.
-
acmeToken
String acmeToken
A token used for domain validation.
-
certificateChain
X509Certificate[] certificateChain
The full certificate chain
-
domain
String domain
The domain name or address this configuration is for.
-
privateKey
PrivateKey privateKey
The private key to use with the certificate.
-
selfSigned
boolean selfSigned
True if this domain is only self signed and not trusted.