Configuration Reference
Version:5.3.0
Micronaut Acme Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
If acme certificate background and setup process should be enabled. |
|
java.util.List |
Gets the domain(s) in which the certificate will be ordered for. This can be one to many domain names or a wildcard domain. |
|
boolean |
Get whether or not you agree to the terms of service for ACME services to work. |
|
java.time.Duration |
Get the duration in which you would like to renew the certificate within. Default 30 days. |
|
java.lang.String |
Account key used to authenticate with the ACME server. |
|
java.lang.String |
Key in which to be used to generate the CSR which will be used to order the certificate from the ACME server. |
|
java.io.File |
Gets the location to save the certificate on disk to. |
|
java.lang.String |
Gets the acme server to authenticate and order the certificate from. |
|
Get the challenge type to be used to validate the account. Default {@code DEFAULT_CHALLENGE_TYPE}. |
|
|
java.lang.Integer |
Gets the current http challenge server port. |
|
java.time.Duration |
Gets the timeout that has been set when calling an acme server. Default {@see org.shredzone.acme4j.connector.NetworkSettings} |
Property | Type | Description |
---|---|---|
|
java.time.Duration |
Gets duration in which we will pause between ordering attempts. |
|
int |
Gets number of refresh attempts that will be tried while ordering the certificate from the ACME server. |
Property | Type | Description |
---|---|---|
|
java.time.Duration |
Gets duration in which we will pause between ordering attempts. |
|
int |
Gets number of refresh attempts that will be tried while ordering the certificate from the ACME server. |