Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jason-ZW/go-acme
communicate with let's encrypt using acme protocol
https://github.com/Jason-ZW/go-acme
acme go
Last synced: 29 days ago
JSON representation
communicate with let's encrypt using acme protocol
- Host: GitHub
- URL: https://github.com/Jason-ZW/go-acme
- Owner: Jason-ZW
- Created: 2018-07-26T01:54:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T01:35:10.000Z (over 6 years ago)
- Last Synced: 2024-08-03T23:30:42.975Z (4 months ago)
- Topics: acme, go
- Language: Go
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - go-acme
README
# go-acme
communicate with let's encrypt using acme protocol, temporary only support DNS-Challenge
## first-time
```bash
# generate a key pair for register
$ ssh-keygen -t rsa -b 4096 -C "" -f letsencrypt -N ''# configure config.yml
serverPrivateKeyPath:
accountConfigPath:
certSavePath:
```## feature
- register new account
- request and valid dns challenge
- request certificate
- renew certificate
- revoke certificate
- revoke authorize