api/pkg/cert
Peter Kurfer 91f0cf6963 Improve config and startup handling
- use `Unmarshal` method of viper
- move config loading, defaulting and stuff to config package
- move serve to an extra command and move keep only global flags in root command
- add startup logic to onInit method in root command
- update mocks
- clean config structs
- adopt changes in plugins
- update default config
2020-06-15 12:32:18 +02:00
..
addr_utils.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
addr_utils_test.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
cache.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
cache_test.go Improve config and startup handling 2020-06-15 12:32:18 +02:00
constants.go Improve config and startup handling 2020-06-15 12:32:18 +02:00
defaults.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
defaults_test.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
generator.go Improve config and startup handling 2020-06-15 12:32:18 +02:00
options.go Improve config and startup handling 2020-06-15 12:32:18 +02:00
options_test.go Improve config and startup handling 2020-06-15 12:32:18 +02:00
pem.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
store.go Improve config and startup handling 2020-06-15 12:32:18 +02:00
time_source.go Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00