Skip to content

Commit 0ebb7cc

Browse files
committed
removed the commented pin from list of options
1 parent 52238a8 commit 0ebb7cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ca/opt/ca/sbin/initca

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ pkcs11-tool \
1313
--module "${PKCS11MODULE}" \
1414
--token "${TOKENLABEL}" \
1515
-l \
16-
# --pin "${CHALLENGEPW}" \
1716
-k \
1817
--key-type "rsa:${CAKEYSIZE}" \
1918
-a "${CAKEYNAME}"
19+
20+
# --pin "${CHALLENGEPW}" \
2021

2122
openssl req \
2223
-new \

0 commit comments

Comments
 (0)