python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Oracle database with SSL using Java Keystore
I'm looking for guidance on steps to configure an Oracle 12c database to use SSL with JKS. I found a tutorial which was very clear on steps, however, this ended up being for oracle wallets which my cl...

user3470887
Votes: 0
Answers: 0
Add a public key to a jks keystore
I have been given a public xml key in the following format:
<RSAKeyValue>
<Modulus>MODULUS_VALUE</Modulus>
<Exponent>EXPONENT_VALUE</Exponent>
</RSAKeyValue>
W...
nikolakoco
Votes: 0
Answers: 0
Oracle database with SSL using Java Keystore
I'm looking for guidance on steps to configure an Oracle 12c database to use SSL with JKS. I found a tutorial which was very clear on steps, however, this ended up being for oracle wallets which my cl...

user3470887
Votes: 0
Answers: 0
Input not an x.509 format
I'm trying to get some certificates sorted in an environment, however, I'm not able to import some .cer files into the keystore
I ran the following commands:
keytool -genkey -alias wlint -keyalg RSA -...

Ben Whitely
Votes: 0
Answers: 1