Skip to content

Commit

Permalink
Merge pull request #6257 from syedsalman3753/pla-1.2.0.1
Browse files Browse the repository at this point in the history
[DSD-4578] Updated esignet-default.properties for PKCS12
  • Loading branch information
syedsalman3753 authored May 24, 2024
2 parents cc91bbd + 4163cba commit 3de10ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esignet-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,11 @@ mosip.kernel.certificate.sign.algorithm=SHA256withRSA
#mosip.kernel.keymanager.hsm.keystore-pass=${softhsm.idp.pin}

#Type of keystore, Supported Types: PKCS11, PKCS12, Offline, JCE
mosip.kernel.keymanager.hsm.keystore-type=PKCS11
mosip.kernel.keymanager.hsm.keystore-type=PKCS12
# For PKCS11 provide Path of config file.
# For PKCS12 keystore type provide the p12/pfx file path. P12 file will be created internally so provide only file path & file name.
# For Offline & JCE property can be left blank, specified value will be ignored.
mosip.kernel.keymanager.hsm.config-path=/config/softhsm-application.conf
mosip.kernel.keymanager.hsm.config-path=/home/mosip/config/keys.p12
# Passkey of keystore for PKCS11, PKCS12
# For Offline & JCE proer can be left blank. JCE password use other JCE specific properties.
mosip.kernel.keymanager.hsm.keystore-pass=${softhsm.esignet.security.pin}
Expand Down

0 comments on commit 3de10ac

Please sign in to comment.