mirror of
https://github.com/stulzq/FreeCert.git
synced 2026-04-25 10:05:54 +03:00
No description
| sample/FreeCert.ConsoleApp | ||
| src/FreeCert.Core | ||
| .gitignore | ||
| FreeCert.sln | ||
| LICENSE | ||
| README.md | ||
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
private static string email = "<email>";
private static string domain = "<domain>";
Run!
Perform 1-7 sequentially