security/acme-client: minor help text changes

This commit is contained in:
Frank Wall
2021-01-24 21:43:47 +01:00
parent e2512a8fc2
commit bee2422787
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@
<id>certificate.enabled</id>
<label>Enabled</label>
<type>checkbox</type>
<help>Enable this certificate</help>
<help>Enable this certificate. When disabled, no attemps to issue or renew the certificate will be made.</help>
</field>
<field>
<id>certificate.name</id>
@@ -50,7 +50,7 @@
<id>certificate.autoRenewal</id>
<label>Auto Renewal</label>
<type>checkbox</type>
<help>Enable automatic renewal for this certificate to prevent expiration.</help>
<help>Enable automatic renewal for this certificate to prevent expiration. When disabled, the cron job will ignore this certificate. Note that it is still possible to renew the certificate from the GUI.</help>
</field>
<field>
<id>certificate.renewInterval</id>
@@ -9,7 +9,7 @@
<id>acmeclient.settings.autoRenewal</id>
<label>Auto Renewal</label>
<type>checkbox</type>
<help><![CDATA[Enable automatic renewal for certificates to prevent expiration. This will add a cronjob to the system. You may want to customize the cronjob schedule to your needs, because re-issueing a certificate may lead to a short downtime, depending on the selected challenge type and service.]]></help>
<help><![CDATA[Enable automatic renewal for certificates to prevent expiration. This will add a cron job to the system. You may want to customize the cron job schedule to your needs, because re-issueing a certificate may lead to a short downtime, depending on the selected challenge type and service.]]></help>
</field>
<field>
<id>acmeclient.settings.environment</id>