diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index 06265a51..e808f086 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -51,38 +51,9 @@

Configuration Reference

Micronaut Acme Config Properties

-🔗 - - ----- - - - - - - - - - - - - - - - - - - - -
Table 1. Configuration Properties for AcmeConfiguration$OrderConfiguration
PropertyTypeDescription

acme.order.pause

java.time.Duration

Gets duration in which we will pause between ordering attempts.

acme.order.refresh-attempts

int

Gets number of refresh attempts that will be tried while ordering the certificate from the ACME server.

-
🔗 - +@@ -154,6 +125,35 @@

Micronaut Acme Config Properties

Table 2. Configuration Properties for AcmeConfigurationTable 1. Configuration Properties for AcmeConfiguration
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + +
Table 2. Configuration Properties for AcmeConfiguration$OrderConfiguration
PropertyTypeDescription

acme.order.pause

java.time.Duration

Gets duration in which we will pause between ordering attempts.

acme.order.refresh-attempts

int

Gets number of refresh attempts that will be tried while ordering the certificate from the ACME server.

+
🔗
Table 3. Configuration Properties for AcmeConfiguration$AuthConfiguration