1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Abstraction for Certificate Storage (+ vault storage) (#406)

* new abstraction around storage

* re-work completely to fit new acme package pre-solving paradigm

* vault storage plugin

* add some vendor

* delete old vendor pinning mechanism
This commit is contained in:
Craig Peterson
2018-10-08 16:11:19 -04:00
committed by GitHub
parent 06ee4d6fb1
commit 6764811c5f
211 changed files with 58862 additions and 376 deletions

View File

@@ -1,11 +0,0 @@
package main
// this package only exists to force vendor a few packages that we will add in future prs.
// adding them here lets us do 'govendor add +e' to add the packages to vendor and keep them
// in the vendor directory, even if no other code references it.
import (
_ "github.com/xenolf/lego/acmev2"
)
func main() {}