Implementation of certmagic as an ACME provider

This commit is contained in:
Jake Sanders
2019-10-11 16:25:15 +01:00
parent 9bd96d4cc1
commit 723c17fdd7
4 changed files with 150 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
// Package autocert is the ACME interpreter from golang.org/x/crypto/acme/autocert
// Package autocert is the ACME provider from golang.org/x/crypto/acme/autocert
// This provider does not take any config.
package autocert
import (