Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 17, 2019 19:57
Show Gist options
  • Save nleiva/cfeff640f8127834b7ffff72cc72d8c1 to your computer and use it in GitHub Desktop.
Save nleiva/cfeff640f8127834b7ffff72cc72d8c1 to your computer and use it in GitHub Desktop.
c := &certify.Certify{
CommonName: "localhost",
Issuer: issuer,
Cache: certify.NewMemCache(),
CertConfig: &cfg,
RenewBefore: 24 * time.Hour,
Logger: kit.New(logger),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment