mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:24:35 +02:00
Let's Encrypt changed their intermediate certificates
https://letsencrypt.org/2024/03/19/new-intermediate-certificates https://letsencrypt.org/certificates/ But let's keep the old ones around for now, as some sites are still using the old intermediate.
This commit is contained in:
parent
d01362dbaa
commit
76dd069fa6
8 changed files with 366 additions and 16 deletions
|
@ -92,11 +92,11 @@
|
|||
:global FwAddrLists {
|
||||
# "allow"={
|
||||
# { url="https://git.eworm.de/cgit/routeros-scripts/plain/fw-addr-lists.d/allow";
|
||||
# cert="E1"; timeout=1w };
|
||||
# cert="E5"; timeout=1w };
|
||||
# };
|
||||
"block"={
|
||||
# { url="https://git.eworm.de/cgit/routeros-scripts/plain/fw-addr-lists.d/block";
|
||||
# cert="E1" };
|
||||
# cert="E5" };
|
||||
{ url="https://feodotracker.abuse.ch/downloads/ipblocklist_recommended.txt";
|
||||
cert="GlobalSign Atlas R3 DV TLS CA 2022 Q3" };
|
||||
{ url="https://sslbl.abuse.ch/blacklist/sslipblacklist.txt";
|
||||
|
@ -112,7 +112,7 @@
|
|||
};
|
||||
# "mikrotik"={
|
||||
# { url="https://git.eworm.de/cgit/routeros-scripts/plain/fw-addr-lists.d/mikrotik";
|
||||
# cert="E1"; timeout=1w };
|
||||
# cert="E5"; timeout=1w };
|
||||
# };
|
||||
};
|
||||
:global FwAddrListTimeOut 1d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue