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).
- Host: GitHub
- URL: https://github.com/stulzq/freecert
- Owner: stulzq
- License: apache-2.0
- Created: 2019-09-19T01:55:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T09:57:46.000Z (over 5 years ago)
- Last Synced: 2025-03-01T07:51:16.789Z (over 1 year ago)
- Topics: acme, letsencrypt, ssl-certificates
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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