Archive for October 2012

Making Oracle SSL wallets from scratch

Some hard won knowledge: Here’s what I did: I used openssl on my Linux workstation to create a new private key and a CSR. Then I bought a signed cert from DigiCert using that CSR. I rolled those into a JKS using keytool – no trouble. But then I learned that if I want to […]