mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
pki: Add trust subcommand to install root cert (closes #3204)
This commit is contained in:
parent
904d9cab39
commit
244b839f98
5 changed files with 73 additions and 20 deletions
|
@ -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()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue