Christian Hesse
a832fd04ef
rename scripts and add file extension ".rsc"
...
No functional change for the user... The migration is done
automatically.
2023-03-07 22:26:01 +01:00
Christian Hesse
fe0460ef6d
INITIAL-COMMANDS: link to new paragraphs
2023-02-17 12:27:47 +01:00
Christian Hesse
34ed387343
use arrows with emoji representation
...
We had...
◀ Go back to main README
▲ Go back to top
... and switch to...
⬅️ Go back to main README
⬆️ Go back to top
2023-01-11 12:28:31 +01:00
Christian Hesse
44c7d56858
INITIAL-COMMANDS: RouterOS v7 path syntax
2022-05-12 11:04:00 +02:00
Christian Hesse
0ab99fcdbb
INITIAL-COMMANDS: give another delay before fetch
2022-02-23 09:24:10 +01:00
Christian Hesse
4b16dc06c4
INITIAL-COMMANDS: put hint into block quote
2022-02-11 23:38:28 +01:00
Christian Hesse
1089b7e7f9
README: install correct global-config-overlay for RouterOS v6
2022-01-14 08:03:53 +01:00
Christian Hesse
31653a84ca
INITIAL-COMMANDS: silence the certificate download
2022-01-14 07:49:04 +01:00
Christian Hesse
b936970c19
INITIAL-COMMANDS: adopt changes, no need to run global-config-overlay
2021-12-16 22:26:29 +01:00
Christian Hesse
a1c8716a95
INITIAL-COMMANDS: make github copy function work
...
The Github copy function skips all line breaks, so add some extra
semicolons to fix syntax.
2021-06-08 20:58:25 +02:00
Christian Hesse
f2433b8091
drop certificate DST Root CA X3
...
Let's Encrypt planned the transition to ISRG's root certificate ("ISRG Root
X1") on July 8, 2019, but postponed several times.
Finally they found another solution: A certificate 'ISRG Root X1', but
cross-signed with 'DST Root CA X3' and with a livetime that exceeds that
of the root CA. This is said to work for most operating system where root
certificate authorities are just 'trust anchors'.
I doubt this is true for RouterOS, where certificates are just imported
into the certificate store. So let's migrate to 'ISRG Root X1' now.
2021-05-18 16:32:26 +02:00
Christian Hesse
9ab20bb927
global-config-overlay: remove magic
...
This allows to drop the ignore flag.
2021-03-04 12:13:20 +01:00
Christian Hesse
25d5454234
INITIAL-COMMANDS: drop Let's Encrypt Authority X3
2020-12-18 20:32:29 +01:00
Christian Hesse
c51a630a21
INITIAL-COMMANDS: also import Let's Encrypt certificate "R3"
2020-12-17 22:14:25 +01:00
Christian Hesse
f2e16a92d1
README: optional scheduler to update scripts automatically
2020-11-01 22:20:02 +01:00
Christian Hesse
ff5cdc3019
[ ... print count-only ...] -> [ :len [ ... find ... ] ]
...
Using 'print count-only' always prints a number to terminal, even if the
value is evaluated in a condition or assigned to a variable. This can be
quite annoying. Behavior will not chance (SUP-25503), so replacing the
code...
2020-08-26 09:29:52 +02:00
Christian Hesse
1aed883cd5
INITIAL-COMMANDS: declare $CertificateNameByCN
2020-07-16 10:56:24 +02:00
Christian Hesse
f4d6e07dbb
global-config: dropped $ScriptUpdatesIgnore, use ignore flag in comment
2020-07-14 17:02:41 +02:00
Christian Hesse
29315c7377
INITIAL-COMMANDS: use function to rename certificates
2020-04-24 14:55:41 +02:00
Christian Hesse
5f46ef7635
completely replace script-updates with $ScriptInstallUpdate
2020-03-23 14:01:20 +01:00
Christian Hesse
f16056ef8b
convert initial commands from script to page
...
This is not intended for installation...
2020-03-20 12:51:28 +01:00