Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | certs: add plain text info about certificates | Christian Hesse | 1 | -23/+150 | |
Also order certificates, so we have: * intermediate * root * alternative root, if any Let's add 'ISRG Root X1' for 'E1' as there will be a valid cross-signed chain 'E1' -> 'ISRG Root X2' -> 'ISRG Root X1'. | |||||
2019-04-30 | global-functions: $CertificateAvailable: fetch by CommonName | Christian Hesse | 1 | -0/+51 | |
Now that we have a proper $UrlEncode function... Fetch certificates by CommonName. Also remove the PEM after import. |