Documentation
¶
Index ¶
Constants ¶
View Source
const BearerPrefix = "bearer "
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ListenAddr string
// SubjectAltNames to use on server certificate
Names san.Names
// Enable /issue endpoint for N times.
IssueHttp int
// Enable node bootstrapping with given token.
Bootstrap string
// Auto shutdown the server after specified time if specified.
AutoShutdown time.Duration
}
func DefaultConfig ¶
Click to show internal directories.
Click to hide internal directories.