mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: minor help text changes
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user