Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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