certmagic

package
v3.8.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: Apache-2.0 Imports: 15 Imported by: 3

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProvider

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

NewProvider returns a certmagic provider

func NewStorage

func NewStorage(lock sync.Sync, store store.Store) certmagic.Storage

NewStorage returns a certmagic.Storage backed by a go-micro/lock and go-micro/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