StalkR / letsencrypt

Simple Let's Encrypt tool in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Let's Encrypt tool in Go

Build Status

Given:

  • a list of domains
  • a directory where to put the http-01 acme challenges for those domains
  • a directory where to save the certificates and keys

It handles everything from creation to update before it expires. Call it with cron regularly (e.g. weekly) and you are all set.

A temporary account key is created as needed and not saved.

Bugs, comments, questions: create a new issue.

About

Simple Let's Encrypt tool in Go

License:Apache License 2.0


Languages

Language:Go 100.0%