aboutsummaryrefslogtreecommitdiffstats
path: root/certs/godaddy.pem
AgeCommit message (Collapse)AuthorFilesLines
2019-04-30global-functions: $CertificateAvailable: fetch by CommonNameGravatar Christian Hesse1-51/+0
Now that we have a proper $UrlEncode function... Fetch certificates by CommonName. Also remove the PEM after import.
2018-12-20global-functions: make $CertificateAvailable work on CommonNameGravatar Christian Hesse1-1/+51
This should prevent endless certificate switching for Let's Encrypt cross-signed intermediate certificates.
2018-10-16global-functions: import certificates if requiredGravatar Christian Hesse1-0/+1
Signed-off-by: Christian Hesse <mail@eworm.de>