mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-28 14:45:49 +08:00
pki: Add trust subcommand to install root cert (closes #3204)
This commit is contained in:
@ -155,3 +155,6 @@ func AppDataDir() string {
|
||||
|
||||
// ConfigAutosavePath is the default path to which the last config will be persisted.
|
||||
var ConfigAutosavePath = filepath.Join(AppConfigDir(), "autosave.json")
|
||||
|
||||
// DefaultStorage is Caddy's default storage module.
|
||||
var DefaultStorage = &certmagic.FileStorage{Path: AppDataDir()}
|
||||
|
Reference in New Issue
Block a user