Skip to content

Jason-ZW/go-acme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-acme

communicate with let's encrypt using acme protocol, temporary only support DNS-Challenge

first-time

# generate a key pair for register
$ ssh-keygen -t rsa -b 4096 -C "<your email>" -f letsencrypt -N ''

# configure config.yml
serverPrivateKeyPath: <your private key file path>
accountConfigPath: <which place you want to save account info>
certSavePath: <which place you want to save certs>

feature

  • register new account
  • request and valid dns challenge
  • request certificate
  • renew certificate
  • revoke certificate
  • revoke authorize

About

communicate with let's encrypt using acme protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages