HELP : CFPDF SIGN : keyalias 321 does not exist in the keystore.
Hello,
i want to automate the signing of my pdf's. I use standard coldfusion command
<cfpdf action="sign" source="noSign.pdf" destination="Signed.pdf"
keystore="c:\coldfusion2016\jre\bin\myKeystore.jks" keystorepassword="changeit" keyalias="321"
overwrite="true" pages="1" height="100" width="200" position="280,210" author="false">
and i get the ERROR : "keyalias 321 does not exist in the keystore."
when i list on the server : keytool -list -v -keystore myKeystore.jks the alias really excits
C:\ColdFusion2016\jre\bin>keytool -list -v -keystore myKeystore.jks
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
Alias name: 321
Creation date: 23-mars-2018
Entry type: trustedCertEntry
.....
i've imported this alias by : keytool -import -keystore myKeystore.jks -file 321.cer -alias 321
HELPPPPPPP !!!!
Thx in advance
