From 0bb5b88d319132c4b0f1390ce0fa90a0eec15dd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 25 Jan 2025 02:45:57 +0000 Subject: [PATCH] Deploying to gh-pages - 02:45:57 --- snapshot/guide/configurationreference.html | 118 ++++++++++----------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index b1e6df0f..4d8111cc 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -51,9 +51,67 @@

Configuration Reference

Micronaut Acme Config Properties

+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + +
Table 1. Configuration Properties for AcmeConfiguration$AuthConfiguration
PropertyTypeDescription

acme.auth.pause

java.time.Duration

Gets duration in which we will pause between ordering attempts.

acme.auth.refresh-attempts

int

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

+
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + +
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.

+
🔗 - +@@ -125,64 +183,6 @@

Micronaut Acme Config Properties

Table 1. Configuration Properties for AcmeConfigurationTable 3. Configuration Properties for AcmeConfiguration
-🔗 - - ----- - - - - - - - - - - - - - - - - - - - -
Table 2. Configuration Properties for AcmeConfiguration$AuthConfiguration
PropertyTypeDescription

acme.auth.pause

java.time.Duration

Gets duration in which we will pause between ordering attempts.

acme.auth.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$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.

-