passing thru args in mtls-generate

This commit is contained in:
John Lancaster
2026-03-16 12:30:20 -05:00
parent 5fb80498b5
commit ab5bda0c37

View File

@@ -224,7 +224,8 @@ in
--ca-url ${cfg.caURL} \
--root ${rootCA} \
--provisioner ${cfg.provisioner} \
${sanArgs}
${sanArgs} \
"$@"
cat ${tlsCert} ${tlsKey} > ${mtlsBundle}
'')
(writeShellScriptBin "mtls-check" ''