diff options
author | Christian Hesse <mail@eworm.de> | 2023-12-04 12:35:13 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-12-04 13:05:46 +0100 |
commit | 8de6995c4b38f80439f0b70dc19f747f4f58f83d (patch) | |
tree | 11b6988b02255d9ffffa7ac26bb69af8bfb5e4fa /capsman-rolling-upgrade.capsman.rsc | |
parent | a08df7bdec4a7ddbd758d5066fc59ebb17709413 (diff) |
check-certificates: add workaround for broken certificates...
... 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
Diffstat (limited to 'capsman-rolling-upgrade.capsman.rsc')
0 files changed, 0 insertions, 0 deletions