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:

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