INITIAL-COMMANDS: declare $CertificateNameByCN

This commit is contained in:
Christian Hesse 2020-07-16 10:56:24 +02:00
parent 5d7d2e9ac6
commit 1aed883cd5

View file

@ -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 { 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 "Let's Encrypt Authority X3";
$CertificateNameByCN "DST Root CA X3";