vendor
This commit is contained in:
13
vendor/github.com/cloudflare/cfssl/ocsp/config/config.go
generated
vendored
Normal file
13
vendor/github.com/cloudflare/cfssl/ocsp/config/config.go
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
// Package config in the ocsp directory provides configuration data for an OCSP
|
||||
// signer.
|
||||
package config
|
||||
|
||||
import "time"
|
||||
|
||||
// Config contains configuration information required to set up an OCSP signer.
|
||||
type Config struct {
|
||||
CACertFile string
|
||||
ResponderCertFile string
|
||||
KeyFile string
|
||||
Interval time.Duration
|
||||
}
|
Reference in New Issue
Block a user