passing thru args in mtls-generate
This commit is contained in:
@@ -224,7 +224,8 @@ in
|
||||
--ca-url ${cfg.caURL} \
|
||||
--root ${rootCA} \
|
||||
--provisioner ${cfg.provisioner} \
|
||||
${sanArgs}
|
||||
${sanArgs} \
|
||||
"$@"
|
||||
cat ${tlsCert} ${tlsKey} > ${mtlsBundle}
|
||||
'')
|
||||
(writeShellScriptBin "mtls-check" ''
|
||||
|
||||
Reference in New Issue
Block a user