Micronaut ACME Configuration Reference
Every documented configuration property of Micronaut ACME, with types, descriptions, and defaults.
15 properties across 1 section
Micronaut Acme Config Properties
Configuration properties for AcmeConfiguration
| Property | Type | Description |
|---|---|---|
acme.enabled | boolean | Sets if acme certificate backgroun and setup process is enabled. Default true. |
acme.domains | java.util.List | Sets the domain(s) in which to order the certificate for. |
acme.tos-agree | boolean | Sets whether or not you agree to the terms of service. |
acme.renew-witin | java.time.Duration | Sets the duration in which the application will trigger the renew process to get a new certificate. |
acme.account-key | java.lang.String | Sets the account key used for authentication. |
acme.domain-key | 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. |
acme.cert-location | java.io.File | Sets the location to save the certificate on disk to. |
acme.acme-server | java.lang.String | Sets the acme server to authenticate and order the certificate from. |
acme.challenge-type | AcmeConfiguration$ChallengeType | Set the challenge type to be used to validate the account. |
acme.http-challenge-server-port | java.lang.Integer | Sets the port to start the http challenge server on. |
acme.timeout | java.time.Duration | Sets the timeout for requests made to the acme server. |
Configuration properties for AcmeConfiguration$AuthConfiguration
| Property | Type | Description |
|---|---|---|
acme.auth.pause | java.time.Duration | Sets duration in which we will pause between ordering attempts. Default {@value DEFAULT_PAUSE_SECONDS} seconds. |
acme.auth.refresh-attempts | int | Sets number of refresh attempts that will be tried while ordering the certificate from the ACME server. Default 10. |
Configuration properties for AcmeConfiguration$OrderConfiguration
| Property | Type | Description |
|---|---|---|
acme.order.pause | java.time.Duration | Sets duration in which we will pause between ordering attempts. Default {@value DEFAULT_PAUSE_SECONDS} seconds. |
acme.order.refresh-attempts | int | Sets number of refresh attempts that will be tried while ordering the certificate from the ACME server. Default 10. |
No properties match this filter.