The following post is actually solutions to two separate problems. The problems are similar enough that I decided to combine them into one post.
Firefox
While attempting...
Easy.
Solution
Assuming you have openssl installed:
Create the ssl key:
user@v4:~#openssl genrsa -out ssl.key 2048
Generating RSA private key, 2048 bit long modulus
.....+++
...............................................................+++
e is 65537 (0x10001)
You'll be...