]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Seems that .pem has different appropriate MIME type
authorSergey Matveev <stargrave@stargrave.org>
Tue, 7 Sep 2021 10:26:36 +0000 (13:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 7 Sep 2021 10:26:36 +0000 (13:26 +0300)
lighttpd/mime-crypto.conf

index 8918805939ccc506260f21b43c92d5660066d653..cfa8f7f33fc0bb4ec4ecf96892050783febc9c4d 100644 (file)
@@ -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",
 )