Getting below error when running keytool.
keytool -storepasswd -keystore "C:\CA\WorkloadAutomationAE\autouser.IN1\webserver\conf\.keystore" -storepass changeit -storetype BCFKS
This commande causing the following error =>
java.security.KeyStoreException: BCFKS not found
Release : 12.0
Component : CA Workload Automation AE (AutoSys)
The default keytool is not supporting the BouncyCastle. Please use the keystore we provide in WAAE folder.
/opt/CA/WorkloadAutomationAE/JRE_WA/bin/keytool
Also, you may need to use the -providerpath and -provider attributes which will be like below.
-provider org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider -providerpath /mnt/iso/modules/JARS/bc-fips-1.0.1.jar
That's the jar we give with r12 installer. if you have the r12 installer folder then we gave the jar in modules/JARS folder.