File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
exit 1
45
45
fi
46
46
47
- echo "Enter the challenge password for: ${TOKENLABEL}"
48
- echo -n "(password hidden): "
49
- read -s CHALLENGEPW
50
- export CHALLENGEPW
51
- echo
47
+ # echo "Enter the challenge password for: ${TOKENLABEL}"
48
+ # echo -n "(password hidden): "
49
+ # read -s CHALLENGEPW
50
+ # export CHALLENGEPW
51
+ # echo
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cacrlserial = ${ENV::CACRLSERIAL}
15
15
casignedcerts = ${ENV::CASIGNEDCERTS}
16
16
pkcs11engine = ${ENV::PKCS11ENGINE}
17
17
pkcs11module = ${ENV::PKCS11MODULE}
18
- challengepw = ${ENV::CHALLENGEPW}
18
+ # challengepw = ${ENV::CHALLENGEPW}
19
19
tokenlabel = ${ENV::TOKENLABEL}
20
20
pkcs11uri = ${ENV::PKCS11URI}
21
21
signdays = ${ENV::SIGNDAYS}
@@ -31,7 +31,7 @@ pkcs11 = pkcs11_section
31
31
engine_id = pkcs11
32
32
dynamic_path = ${pkcs11engine}
33
33
MODULE_PATH = ${pkcs11module}
34
- PIN = ${challengepw}
34
+ # PIN = ${challengepw}
35
35
init = 0
36
36
37
37
[req]
You can’t perform that action at this time.
0 commit comments