From 85a71da72dd9e98699a6583e3f798c3846afdb1b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 7 Sep 2021 13:26:36 +0300 Subject: [PATCH] Seems that .pem has different appropriate MIME type --- lighttpd/mime-crypto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighttpd/mime-crypto.conf b/lighttpd/mime-crypto.conf index 8918805..cfa8f7f 100644 --- a/lighttpd/mime-crypto.conf +++ b/lighttpd/mime-crypto.conf @@ -9,7 +9,7 @@ mimetype.assign += ( ".p7s" => "application/pkcs7-signature", ".p8" => "application/pkcs8", ".p8e" => "application/pkcs8-encrypted", - ".pem" => "application/pem-certificate-chain", + ".pem" => "application/x-pem-file", ".pfx" => "application/pkcs12", ".sig" => "application/pgp-signature", ) -- 2.44.0