Configuration Reference
Version:1.0.0.RC1
Acme Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.time.Duration |
Sets duration in which we will pause between authentication attempts. Default Duration.ofSeconds(3). |
|
int |
Sets number of refresh attempts that will be tried while authenticating with the ACME server. Default 10. |
Property | Type | Description |
---|---|---|
|
boolean |
Sets if acme certificate backgroun and setup process is enabled. Default true. |
|
boolean |
Sets whether or not you agree to the terms of service. |
|
java.time.Duration |
Sets the duration in which the application will trigger the renew process to get a new certificate. |
|
java.lang.String |
Sets the domain in which to order the certificate for. |
|
java.lang.String |
Sets the account key used for authentication. |
|
java.lang.String |
Sets the key string in which to be used to generate the CSR which will be used to order the certificate from the ACME server. |
|
java.io.File |
Sets the location to save the certificate on disk to. |
|
java.lang.String |
Sets the acme server to authenticate and order the certificate from. |
|
Set the challenge type to be used to validate the account. |
|
|
java.lang.Integer |
Sets the port to start the http challenge server on. |
Property | Type | Description |
---|---|---|
|
java.time.Duration |
Sets duration in which we will pause between ordering attempts. Default Duration.ofSeconds(3). |
|
int |
Sets number of refresh attempts that will be tried while ordering the certificate from the ACME server. Default 10. |