openssl
-
Encrypted Postgres Backups
Today I decided to encrypt all my Postgresql Database Dumps. The OpenSSL command provides a nice tool for helping us encrypt and decrypt database backups in…
-
Free SSL certificate for 3 years and up to 100 domains
More and more people reconfigured their sites to ssl connection. So I decided to use ssl certificate and secure connection on my blogs too. The…
-
Convert wildcard SSL to Java Keystore Format (JKS)
Today we need to get a wildcard SSL certificate into a Java Keystore format. First copy everything you need to a /tmp folder. There are …