aboutsummaryrefslogtreecommitdiffstats
path: root/certs/Makefile
AgeCommit message (Expand)AuthorFilesLines
11 daysfw-addr-lists: these lists are deprecated and discontinued•••Any alternatives around? Gravatar Christian Hesse1-2/+0
2025-02-05certs: dns.google switched to 'GTS Root R4'•••Note that 8.8.8.8 is still at 'GTS Root R1'... Gravatar Christian Hesse1-1/+1
2025-01-30certs: support checking ipv4 or ipv6 only•••Just run for IPv4 only: make NOIPV6=1 ... or for IPv6 only: make NOIPV4=1 Gravatar Christian Hesse1-0/+8
2025-01-30certs: split checks for dual, ipv4 & ipv6...•••... and check both if available. Gravatar Christian Hesse1-14/+34
2025-01-30certs: fix curl false positives...•••... when default capath contains system certs If curl has a default capath (debian 12 capath=/etc/ssl/certs) it will add those certs and return ok to any valid https url, defeating the intended use of the cacert option in the Makefile that validates sites and certs. To avoid that, adding option "--capath /dev/null" overrides the default value, if any. Closes: https://github.com/eworm-de/routeros-scripts/pull/88 Gravatar Miquel Bonastre1-1/+1
2025-01-22fw-addr-lists: spamhaus.org returned to 'GTS Root R4'Gravatar Christian Hesse1-1/+1
2024-12-30fw-addr-lists: spamhaus.org returned to 'ISRG Root X1'•••This reverts commit 4d8dce97691ad090091574a790449a7bd564023c. Gravatar Christian Hesse1-1/+1
2024-11-22fw-addr-lists: spamhaus.org returned to 'GTS Root R4'Gravatar Christian Hesse1-1/+1
2024-10-29certs: check cert for matrix.orgGravatar Christian Hesse1-0/+1
2024-10-23fw-addr-lists: spamhaus.org requires 'ISRG Root X1' nowGravatar Christian Hesse1-1/+1
2024-09-04certs: add poor man's check 😜Gravatar Christian Hesse1-0/+31