Skip to content
Snippets Groups Projects

V3

Open ale requested to merge v3 into master
3 files
+ 44
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -58,6 +58,8 @@ func defaultConfig() *Config {
config.ACME.HTTP.Enabled = true
config.ACME.AccountKeyPath = "/var/lib/acme/account.key"
config.ACME.KeyType = common.KeyTypeECDSA
config.Output.Type = "file"
config.Output.FS.Path = "/var/lib/acme/certs"
return &config
}
Loading