These are some common commands that can be used with OpenSSL. Much of this information can be found in the related blog: Katholieke Universiteit Leuven. In addition, some good documentation can be found at madboa.com/geek/openssl/. Certificate Generation and Signing Generate a new private key and matching Certificate Signing Request (eg to send to a commercial […]
01
Sep
How to setup SSL on WAMP
Alright. I Just finished setting up a WAMP server (wampserver) on Windows 7 using virtual hosts and SSL. I’m going to try and outline the steps in this post. This tutorial should apply if wampserver has already been installed and virtual hosting has been enabled (The “LoadModule vhost_alias_module modules/mod_vhost_alias.so” has been uncommented in the http.conf […]
31
Aug
Common Java Keytool Commands
Most of this content references the following site. If you want to see comments related to this information, this is a good place to find them. For a full list of keytool commands, you can visit the following link. Java Keytool is a key and certificate management utility. It allows users to manage their own […]