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