KEYTOOL CAN'T ACCESS KEYSTORE FOR WEBSERVER R12
search cancel

KEYTOOL CAN'T ACCESS KEYSTORE FOR WEBSERVER R12

book

Article ID: 197596

calendar_today

Updated On: 10-03-2023

Products

CA Workload Automation AE - Scheduler (AutoSys) Autosys Workload Automation

Issue/Introduction

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

Environment

Release : 12.0

Component : CA Workload Automation AE (AutoSys)

Resolution

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.