1
0
Fork 0
mirror of https://github.com/stulzq/FreeCert.git synced 2026-04-25 10:05:54 +03:00
No description
Find a file
2020-12-15 17:55:12 +08:00
sample/FreeCert.ConsoleApp v1.0.1 2020-12-15 17:55:12 +08:00
src/FreeCert.Core v1.0.1 2020-12-15 17:55:12 +08:00
.gitignore Initial commit 2019-09-19 09:55:54 +08:00
FreeCert.sln rename 2020-08-26 14:11:23 +08:00
LICENSE Initial commit 2019-09-19 09:55:54 +08:00
README.md update readme 2020-12-15 17:41:16 +08:00

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