keytool --sgalg error
Running EBS R12.1.3 on RH Linux and trying to create an SHA-2 java code certificate.
Enhanced Jar Signing for Oracle E-Business Suite (Doc ID 1591073.1)
ECS_11_Java_Code_Signing_Guide.pdf
Section 3: Generate Keypair and Certificate Signing Request
Jar Signing Files Directory
IN 12.1.x they are located under $APPL_TOP/admin . For the purposes of this document the alias
<JRI_DATA_LOC> is used to denote this directory.
Step 3.1. Source the Environment
Step 3.2. Generate a new keypair (private key and public key)
cd $APPL_TOP/admin
adjkey -initialize -keysize 2048 -alias ebscert
- now have some new files like adsign.txt and adkeystore.dat created in $APPL_TOP/admin