package config

import "github.com/cloudflare/cfssl/ocsp/config"

Package config in the ocsp directory provides configuration data for an OCSP signer.

Index

Types

type Config

type Config struct {
	CACertFile        string
	ResponderCertFile string
	KeyFile           string
	Interval          time.Duration
}

Config contains configuration information required to set up an OCSP signer.

Source Files

config.go

Version
v1.4.0-rc1
Published
Oct 30, 2019
Platform
js/wasm
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.