Skip to content

Instantly share code, notes, and snippets.

View FlyingRatBull's full-sized avatar

FlyingRatBull FlyingRatBull

View GitHub Profile
@crhntr
crhntr / mgocert.go
Last active June 25, 2018 08:15
autocert.Cert Implementation using mgo for MongoDB backend
package mgocert
import (
"context"
"golang.org/x/crypto/acme/autocert"
mgo "gopkg.in/mgo.v2"
)
type Cache struct {