12 Dec 2013
 
Tirasa

Create PKCS12 client certificate via OpenSSL

Written by fabio

As is so often the case, working with SSL you need to configure and test a strong authentication (SSL client authentication). In all these cases, you need to provide an ad-hoc client certificate to perform a succesful handshake.

Read All »

11 Dec 2013
 
Tirasa

Create a new keystore to host a server ssl certificate

Written by fabio

Few basic steps to create a complete keystore to host a server certificate. Create your custom self-signed CA if not yet available a trusted one # openssl genrsa -des3 -out ca.key 1024 # openssl req -new -x509 -day

Read All »