make-ca: set default for code signing to 0.

This commit is contained in:
DJ Lucas 2021-08-29 23:31:20 -05:00
parent 4bbde9a90b
commit 3eca3a7dba

View File

@ -52,7 +52,7 @@ GET=0
REBUILD=0 REBUILD=0
WITH_P12=0 WITH_P12=0
WITH_NSS=0 WITH_NSS=0
WITH_CS=1 WITH_CS=0
function get_args(){ function get_args(){
while test -n "${1}" ; do while test -n "${1}" ; do