https://github.com/mdouchement/acme
Let's Encrypt client used for manual certificate acquisition
https://github.com/mdouchement/acme
acme certificate letsencrypt manual tls
Last synced: 4 months ago
JSON representation
Let's Encrypt client used for manual certificate acquisition
- Host: GitHub
- URL: https://github.com/mdouchement/acme
- Owner: mdouchement
- License: mit
- Created: 2019-10-12T20:36:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T08:16:26.000Z (about 1 year ago)
- Last Synced: 2025-10-25T20:18:11.383Z (8 months ago)
- Topics: acme, certificate, letsencrypt, manual, tls
- Language: Go
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACME
[](http://opensource.org/licenses/MIT)
Let's Encrypt client used for manual certificate acquisition.
## Requirements
- Golang 1.13.x (Go Modules)
### Technologies / Frameworks
- [Cobra](https://github.com/spf13/cobra)
- [koanf](https://github.com/knadh/koanf)
- [CertMagic](https://github.com/caddyserver/certmagic)
## License
**MIT**
## Contributing
All PRs are welcome.
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create new Pull Request