An open API service indexing awesome lists of open source software.

https://github.com/stulzq/freecert

Fast and easy generation of HTTPS certificate library (Let's Encrypt ACME).
https://github.com/stulzq/freecert

acme letsencrypt ssl-certificates

Last synced: about 1 year ago
JSON representation

Fast and easy generation of HTTPS certificate library (Let's Encrypt ACME).

Awesome Lists containing this project

README

          

# FreeCert
Fast and easy generation of HTTPS certificate library (Let's Encrypt ACME).

## Get start

clone & open `FreeCert.sln`

Edit: `sample/FreeCert.ConsoleApp/Program.cs`

````csharp
private static string email = "";
private static string domain = "";
````

Run!

Perform 1-7 sequentially