Jan Dittberner
47d5b2afff
- implement a dedicated setup mode for creating CA certificates that is triggered by the '-setup' command line flag - switch to YAML configuration for comment support and more human readable syntax. Format documentation is in docs/config.sample.yaml - move HSM related code to pkg/hsm - improve consistency checks in pkg/config
5 lines
116 B
Go
5 lines
116 B
Go
//go:build linux && amd64
|
|
|
|
package config
|
|
|
|
const softHsmModule = "/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so"
|