wiki/forums/bugs use ssl

by bouleetbil 31. octobre 2011 12:30

All frugalware websites hosted by dors use SSL.

http request are redirected to https.

Generate a certificat :

openssl genrsa 1024 > forums.frugalware.org.key
chmod -c 400 forums.frugalware.org.key
openssl req -new -key forums.frugalware.org.key > forums.frugalware.org.csr
openssl x509 -req -days 365 -in forums.frugalware.org.csr -signkey forums.frugalware.org.key -out forums.frugalware.org.crt

Tags:

Frugalware | Linux