Skip to content

Commit f5df097

Browse files
committed
Removed challenge entry config ready for release
1 parent d937c3f commit f5df097

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ca/opt/ca/etc/config.vanilla

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ then
4444
exit 1
4545
fi
4646

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

ca/opt/ca/etc/openssl.cnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cacrlserial = ${ENV::CACRLSERIAL}
1515
casignedcerts = ${ENV::CASIGNEDCERTS}
1616
pkcs11engine = ${ENV::PKCS11ENGINE}
1717
pkcs11module = ${ENV::PKCS11MODULE}
18-
challengepw = ${ENV::CHALLENGEPW}
18+
# challengepw = ${ENV::CHALLENGEPW}
1919
tokenlabel = ${ENV::TOKENLABEL}
2020
pkcs11uri = ${ENV::PKCS11URI}
2121
signdays = ${ENV::SIGNDAYS}
@@ -31,7 +31,7 @@ pkcs11 = pkcs11_section
3131
engine_id = pkcs11
3232
dynamic_path = ${pkcs11engine}
3333
MODULE_PATH = ${pkcs11module}
34-
PIN = ${challengepw}
34+
# PIN = ${challengepw}
3535
init = 0
3636

3737
[req]

0 commit comments

Comments
 (0)