diff options
author | Qi Wang <qiwan@redhat.com> | 2019-08-16 12:08:13 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2019-08-17 13:13:26 -0400 |
commit | f3f01830dbfd5f5e939e0f8ab793b0018224db4a (patch) | |
tree | d83e68a4ef437b03240e4ab7e984f31c4aed5717 /cmd/podman/cliconfig | |
parent | 76f327f73ff9f5ae67a30186007685b8a2e21d67 (diff) | |
download | podman-f3f01830dbfd5f5e939e0f8ab793b0018224db4a.tar.gz podman-f3f01830dbfd5f5e939e0f8ab793b0018224db4a.tar.bz2 podman-f3f01830dbfd5f5e939e0f8ab793b0018224db4a.zip |
add --cert-dir image sign
Requirement from #2726
Add --cert-dir for `podman image sign`.
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'cmd/podman/cliconfig')
-rw-r--r-- | cmd/podman/cliconfig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index f7c78908f..6327cbd51 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -506,6 +506,7 @@ type SignValues struct { PodmanCommand Directory string SignBy string + CertDir string } type StartValues struct { |