Chty blog

To content | To menu | To search

Tag - debian

Entries feed - Comments feed

Thursday, March 20 2008

Generating certificates with openssl

I'm sometimes using openssl to generate certificates, mostly for apache but not enough to remember the complete shell command each time. So I paste it here, as a reminder.

openssl req -new > server.cert.csr
openssl rsa -in privkey.pem -out server.cert.key
openssl x509 -in server.cert.csr -out server.cert.crt -req -signkey server.cert.key -days 365

Theses commands generate .pem, .crt, .csr and .key files. Note that apache only require .crt and .key files for SSLCertificateFile, SSLCertificateKeyFile directives.

Monday, October 29 2007

Apache2 + mod_fastcgi + suexec on debian etch

I know it's difficult to find good documentation to configure apache2 with mod_fastcgi and suexec to make php websites works. This configuration works well with Debian Etch (4.0).
Here an example of configuration.

Continue reading...

Monday, April 9 2007

Debian Etch

Debian Etch, le quatrième volet de la distribution, est sorti hier ! J'ai commencé une migration. Ça fait plaisir :-)