certmagic

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package certmagic is the ACME provider from github.com/mholt/certmagic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(options ...acme.Option) acme.Provider

New returns a certmagic provider

func NewStorage

func NewStorage(lock lock.Lock, store store.Store) certmagic.Storage

NewStorage returns a certmagic.Storage backed by a stack-rpc/lock and stack-rpc/store

Types

type File

type File struct {
	// last modified time
	LastModified time.Time
	// Contents
	Contents []byte
}

File represents a "File" that will be stored in store.Store - the contents and last modified time

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL