Update comment for .pfx file extension

Expanded the comment for the .pfx extension to note its common usage on Windows, IIS, and .NET platforms.
This commit is contained in:
ema
2026-01-12 22:00:25 +08:00
parent 5bb9c792ff
commit a4709caf1c

View File

@@ -12,7 +12,7 @@ public sealed class Plugin : IViewer
{
".p7s", ".pkcs7", // PKCS #7 detached signature (signature only, no original content)
".p12", // PKCS #12 certificate store (usually contains certificate and private key)
".pfx", // PKCS #12 certificate store (similar to .p12, common on Windows)
".pfx", // PKCS #12 certificate store (similar to .p12, common on Windows / IIS / .NET)
".cer", // Certificate file (DER or PEM encoded, usually contains only the public certificate)
".crt", // Certificate file (similar to .cer, common on UNIX/Linux)
".pem", // PEM encoded certificate or key file (can contain certificate, private key, or CA chain)