diff options
author | Cass C <wcaplinger@gmail.com> | 2023-06-02 15:04:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 13:04:31 -0600 |
commit | 078f130a51b1546d63d770acdcbdec64cc7323a6 (patch) | |
tree | 0402f71cc005f1b97961cc03372b7ce82d6c254f /caddyconfig/httpcaddyfile/httptype.go | |
parent | 9c180a59880160d775095f1f40650d8b8bc988a4 (diff) |
cmd: Implement storage import/export (#5532)
* cmd: Implement 'storage import' and 'storage export' CLI commands.
These commands use the certmagic.Storage interface. In particular,
storage implementations should ensure that their List() functions
correctly enumerate all keys when called with an empty prefix and
recursive == true. Also, Stat() calls on keys holding values instead
of nested keys are expected to set KeyInfo.IsTerminal = true.
* remove errors.Join
Diffstat (limited to 'caddyconfig/httpcaddyfile/httptype.go')
0 files changed, 0 insertions, 0 deletions