Parent Directory | Revision Log | Revision Graph
* Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> - Improve security by using SHA1 algorithm for certificate signing
1 | diff -up e-smith-base-5.2.0/root/etc/e-smith/templates/home/e-smith/ssl.crt.sha1 e-smith-base-5.2.0/root/etc/e-smith/templates/home/e-smith/ssl.crt |
2 | --- e-smith-base-5.2.0/root/etc/e-smith/templates/home/e-smith/ssl.crt.sha1 2008-08-20 23:17:24.000000000 +0200 |
3 | +++ e-smith-base-5.2.0/root/etc/e-smith/templates/home/e-smith/ssl.crt 2010-02-08 21:42:13.000000000 +0100 |
4 | @@ -89,7 +89,7 @@ |
5 | exec("/usr/bin/openssl", |
6 | qw(req -new -key), |
7 | $key, |
8 | - qw(-x509 -days), KEYLIFEINDAYS, |
9 | + qw(-sha1 -x509 -days), KEYLIFEINDAYS, |
10 | qw(-set_serial), time(), |
11 | ) |
12 | || die "can't exec program: $!"; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |