From 394175def43240ebf1d4480fb89a08d0be080291 Mon Sep 17 00:00:00 2001 From: sapnajainEntrust Date: Thu, 16 Nov 2023 13:48:35 +0000 Subject: [PATCH] deploy: cf1fe027dd606631697703afffa12d4a80388271 --- pr/671/entrust_cagw_certificate_module.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pr/671/entrust_cagw_certificate_module.html b/pr/671/entrust_cagw_certificate_module.html index 8dcdc368..001a51f0 100644 --- a/pr/671/entrust_cagw_certificate_module.html +++ b/pr/671/entrust_cagw_certificate_module.html @@ -576,7 +576,7 @@ see

force

boolean

-

If force=True then a certificate is requested regardless of whether path points to an existing valid certificate.

+

If force=true then a certificate is requested regardless of whether path points to an existing valid certificate.

Choices:

  • false ← (default)

  • @@ -603,7 +603,7 @@ see

    path

The destination path for the generated certificate as a PEM encoded cert.

-

If there is already a certificate at this location and force=True then it will be replaced always. but if force is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If cert_days < remaining_days then only a new certificate will be obtained.

+

If there is already a certificate at this location and force=true then it will be replaced always. but if force is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If cert_days < remaining_days then only a new certificate will be obtained.

If enrollment_format=PKCS12 then it will have Base64 encoded PKCS12 body.

@@ -620,7 +620,7 @@ see

integer

The number of days the certificate must have left being valid. If a certificate is already present at the path and force is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If cert_days < remaining_days then a new certificate will be obtained.

-

The force=True option may be used to ensure that a new certificate is always obtained.

+

The force=true option may be used to ensure that a new certificate is always obtained.

Default: 30