diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-16 10:56:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-16 10:56:24 +0200 |
commit | 1aed883cd5aa5cbe075887f49cc770455d6545b6 (patch) | |
tree | 0d5831da4e5f1e3d566c5b73f3a219e38f3ff560 /INITIAL-COMMANDS.md | |
parent | 5d7d2e9ac696cb6659aefb912406f9bc8d3673b3 (diff) |
INITIAL-COMMANDS: declare $CertificateNameByCN
Diffstat (limited to 'INITIAL-COMMANDS.md')
-rw-r--r-- | INITIAL-COMMANDS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md index c985f9c..e9889d2 100644 --- a/INITIAL-COMMANDS.md +++ b/INITIAL-COMMANDS.md @@ -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"; |