isn't it easyer to just get a free certificate from
http://cert.startcom.org/ or
www.cacert.org ?
however you can allways generate a self signed certificate
this will generate a single file containing your cerificate and private key in a single file
cert.pem in your home dir
Code:
openssl req -new -x509 -days 1000 -nodes -out ~/cert.pem -keyout ~/cert.pem
or separate cert and key
Code:
openssl req -new -x509 -days 1000 -nodes -out ~/cert.pem -keyout ~/key.pem
Recent comments
2 hours 21 min ago
11 hours 49 min ago
12 hours 38 min ago
16 hours 11 min ago
20 hours 36 min ago
20 hours 57 min ago
23 hours 7 min ago
1 day 9 hours ago
1 day 14 hours ago
1 day 15 hours ago