mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-10 18:34:25 +02:00
INITIAL-COMMANDS: declare $CertificateNameByCN
This commit is contained in:
parent
5d7d2e9ac6
commit
1aed883cd5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ procedure please follow [the long way in detail](README.md#the-long-way-in-detai
|
||||||
/ system script set comment="ignore" global-config-overlay;
|
/ system script set comment="ignore" global-config-overlay;
|
||||||
/ system script { run global-config; run global-config-overlay; run global-functions; }
|
/ system script { run global-config; run global-config-overlay; run global-functions; }
|
||||||
/ system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }";
|
/ system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }";
|
||||||
|
:global CertificateNameByCN;
|
||||||
$CertificateNameByCN "ISRG Root X1";
|
$CertificateNameByCN "ISRG Root X1";
|
||||||
$CertificateNameByCN "Let's Encrypt Authority X3";
|
$CertificateNameByCN "Let's Encrypt Authority X3";
|
||||||
$CertificateNameByCN "DST Root CA X3";
|
$CertificateNameByCN "DST Root CA X3";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue