mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 06:15:39 -04:00
security/acme-client: exclude acme and firmware configd commands
This commit is contained in:
parent
cd5f545b1f
commit
f192911167
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@
|
|||
</type>
|
||||
<configd type="ConfigdActionsField">
|
||||
<filters>
|
||||
<description>/(.){1,255}/</description>
|
||||
<description>/^(?!.*(Let\'s\ Encrypt|acme|[fF]irmware))([\S\s]{1,255})/</description>
|
||||
</filters>
|
||||
<ValidationMessage>Select a command from the list.</ValidationMessage>
|
||||
<Required>N</Required>
|
||||
|
|
|
|||
Loading…
Reference in a new issue