Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T20:52:50.000Z (6 months ago)
- Last Synced: 2024-06-21T13:12:55.708Z (5 months ago)
- Topics: acme, certificate, letsencrypt, manual, tls
- Language: Go
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACME
[![License](https://img.shields.io/github/license/mdouchement/acme.svg)](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