27 lines
942 B
Text
27 lines
942 B
Text
# Decrypt_PKCS initramfs configuration
|
|
|
|
# Smartcard presence test
|
|
SMARTCARD_PRESENCE_COMMAND=/usr/bin/opensc-tool
|
|
SMARTCARD_PRESENCE_ARGS='-n'
|
|
|
|
# PKCS decipher command default to pkcs15-crypt
|
|
#DECIPHER_COMMAND=/usr/bin/pkcs15-crypt
|
|
DECIPHER_COMMAND=/usr/bin/pkcs15-crypt
|
|
|
|
# PKCS decipher extra library (usefull with pkcs11 or custom command)
|
|
# The initramfs hook will search in the multiarch default library path
|
|
# eg where the libc is stored and its subfolders.
|
|
# Wildcard is allowed by using the find command
|
|
DECIPHER_EXTRA_LIBS=
|
|
|
|
# Define command parameters
|
|
# DECIPHER_ARGS is followed by the data to decipher
|
|
# DECIPHER_EXTRA_ARGS allow customization
|
|
# DECIPHER_ASKPIN is followed by the PIN input from user
|
|
# Default value for pkcs15-crypt
|
|
#DECIPHER_ARGS='--decipher --pkcs1 --raw --input'
|
|
#DECIPHER_EXTRA_ARGS=
|
|
#DECIPHER_ASK_PIN='--pin'
|
|
DECIPHER_ARGS='--decipher --pkcs1 --raw --input'
|
|
DECIPHER_EXTRA_ARGS=
|
|
DECIPHER_ASK_PIN='--pin'
|