# SSLGetPfxFile **Repository Path**: 30008496/pfxfileget ## Basic Information - **Project Name**: SSLGetPfxFile - **Description**: IIS使用证书文件为pfx文件,但是很多证书工具只能导出pem文件,网上很多教程都要下载安装OpenSLL后用命令来转换,这样比较麻烦,故写这个工具直接生成,使用net core框架Winform开发。 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-17 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SSLGetPfxFile #### 介绍 IIS使用证书文件为pfx文件,但是很多证书工具只能导出pem文件,网上很多教程都要下载安装OpenSLL后用命令来转换,这样比较麻烦,故写这个工具直接生成。 #### 软件架构 使用net core框架Winform开发