TestAuthority:用C#编写的用于开发的简单证书颁发机构。 允许发布SSL证书,包括通配符证书

时间:2024-04-27 13:10:49
【文件属性】:

文件名称:TestAuthority:用C#编写的用于开发的简单证书颁发机构。 允许发布SSL证书,包括通配符证书

文件大小:36KB

文件格式:ZIP

更新时间:2024-04-27 13:10:49

ssl certificate-authority pem pfx tls-certificate

测试权威 提供了一种为特定主机颁发SSL证书的简便方法。 包含用于从PFX到PFX格式或从PFX到PEM格式的转换工具(PKCS12) 快速开始 要求 .NET Core 3.1 启动证书颁发机构dotnet TestAuthority.dll 在Docker容器中启动项目 docker run -p 5000:80 -d nomail/test-authority:latest docker run -p 5000:80 -v /usr/share/test-authority:/usr/share/test-authority -d nomail/test-authority:latest 用法 颁发example.com证书 http://localhost:5000/api/certificate?hostname=example.com&ipaddress=10.10


【文件预览】:
TestAuthority-master
----TestAuthority.sln(1KB)
----.github()
--------workflows()
----_config.yml(29B)
----LICENSE(1KB)
----.gitignore(4KB)
----.dockerignore(99B)
----README.md(1KB)
----.gitattributes(2KB)
----source()
--------TestAuthorityCore()
----.vscode()
--------launch.json(2KB)
--------tasks.json(1KB)

网友评论