diff options
-rwxr-xr-x | crtSignedContainer.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh index 4c264b1..db8e280 100755 --- a/crtSignedContainer.sh +++ b/crtSignedContainer.sh @@ -299,12 +299,6 @@ for arg in "$@"; do "--verbose") set -- "$@" "-v" ;; "--debug") set -- "$@" "-d" ;; "--wrap") set -- "$@" "-w" ;; - "--hwPrivKeyA") set -- "$@" "-a" ;; - "--hwPrivKeyB") set -- "$@" "-b" ;; - "--hwPrivKeyC") set -- "$@" "-c" ;; - "--swPrivKeyP") set -- "$@" "-p" ;; - "--swPrivKeyQ") set -- "$@" "-q" ;; - "--swPrivKeyR") set -- "$@" "-r" ;; "--hwKeyA") set -- "$@" "-a" ;; "--hwKeyB") set -- "$@" "-b" ;; "--hwKeyC") set -- "$@" "-c" ;; |