Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

TestAuthority

Build status

Provides an easy way to issue SSL certificate for a specific host. Contains tools for conversion to/from PEM format from/to PFX (PKCS12)

Quickstart

Requirements

To start Certificate Authority
dotnet TestAuthority.dll

To start project in docker container

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

Usage

Issue certificate for example.com

http://localhost:5000/api/certificate?hostname=example.com&ipaddress=10.10.1.10

Get root certificate

http://localhost:5000/api/certificate/root

Docker

https://hub.docker.com/r/nomail/test-authority/

Swagger enabled (WebUI)

You can use swagger UI for simple and explicit certificate issue.

http://localhost:5000

Additional info

Docker file included but is not complete at the moment

About

Simple certificate authority for development written in C#. Allows issue of SSL certificates, including wildcard certificates

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.