Jar Signing for Oracle E-Business Suite, Issue with .CSR file created for requesting a Java Code Sig
I am using the adjava utility and the procedure provided in DOC "Enhanced Jar Signing for Oracle E-Business Suite (Doc ID 1591073.1)"
We are using Thawte to sign the certificate. Their requirements are to get the certificate signed with rsa signing algorithm. seems like the adjkey utility generates the .CSR file in DSA format even when the document(1591073.1) suggests keys is RSA format
I ran the adjkey -initialize [ -keysize < 2048 | 3072 | 4096 > ] [ -alias <alias_name> ] as adjkey -initialize -keysize 4096
It ran successfully, then I ran the command to generate the CSR
adjkey -certreq -keysize 4096 -file adrsakeystore.csr
applying for the code signing certificate using the generated "adrsakeystore.csr" gives this Error