Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-30 | check-certificates: use :jobname to get script name | Christian Hesse | 1 | -1/+3 | |
2024-01-24 | check-certificates: unbreak certificate download | Christian Hesse | 1 | -1/+1 | |
This was borked with a2749b276003a90b95b9723e287542be56c0d0c1. 😳 | |||||
2024-01-19 | check-certificates: use prepared user-agent string with fetch | Christian Hesse | 1 | -1/+2 | |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 | |
2023-12-05 | check-certificates: properly renew from template | Christian Hesse | 1 | -1/+1 | |
2023-12-05 | check-certificates: improve wording | Christian Hesse | 1 | -3/+2 | |
2023-12-04 | check-certificates: add workaround for broken certificates... | Christian Hesse | 1 | -2/+4 | |
... where the issuer array is borked. Or is this a RouterOS issue? [eworm@carpo] > $InspectVar [ $ParseKeyValueStore [ /certificate/get ISRG-Root-X2 issuer ] ] -type-> array -key-> C -type-> str -value-> US,O=Internet Security Research Group,CN=ISRG Root X2 A good certificate looks like this: [eworm@carpo] > $InspectVar [ $ParseKeyValueStore [ /certificate/get [ find where name~"eworm.net" ] issuer ] ] -type-> array -key-> C -type-> str -value-> US -key-> CN -type-> str -value-> E1 -key-> O -type-> str -value-> Let's Encrypt | |||||
2023-12-04 | check-certificates: prevent infinte loop | Christian Hesse | 1 | -1/+2 | |
2023-12-04 | check-certificates: give full certificate chain | Christian Hesse | 1 | -7/+28 | |
2023-12-04 | check-certificates: fix typo and syntax | Christian Hesse | 1 | -2/+2 | |
2023-09-18 | global-functions: split off $FormatMultiLines ... | Christian Hesse | 1 | -1/+2 | |
... to format multiple lines from an array. | |||||
2023-07-23 | check-certificates: properly handle in place updates | Christian Hesse | 1 | -9/+12 | |
This worked just kind of... The certification was updated, but script aborted before the notification was sent. | |||||
2023-06-13 | check-certificates: lock the script | Christian Hesse | 1 | -0/+2 | |
2023-05-25 | check-certificates: split validity output | Christian Hesse | 1 | -1/+3 | |
2023-04-24 | check-certificates: use $FormatLine | Christian Hesse | 1 | -18/+9 | |
2023-04-19 | check-certificates: add certificate name in notification subject | Christian Hesse | 1 | -2/+2 | |
2023-04-07 | check-certificates: properly escape the name for regex | Christian Hesse | 1 | -1/+2 | |
2023-04-07 | check-certificates: try all SANs for downloadchange-98 | Christian Hesse | 1 | -3/+16 | |
2023-04-07 | check-certificates: make the function return a status | Christian Hesse | 1 | -1/+8 | |
2023-04-07 | check-certificates: do not rename certificates without common-name | Christian Hesse | 1 | -1/+1 | |
2023-04-07 | check-certificates: download and import in a local function | Christian Hesse | 1 | -31/+41 | |
2023-04-07 | check-certificates: include SANs in information | Christian Hesse | 1 | -0/+11 | |
2023-04-06 | check-certificates: show CommonName only if available | Christian Hesse | 1 | -1/+1 | |
2023-04-06 | check-certificates: format information in a local function | Christian Hesse | 1 | -20/+24 | |
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | Christian Hesse | 1 | -0/+138 | |
No functional change for the user... The migration is done automatically. |