certif + long pour apache-ssl
darcs-hash:20020623185524-a279a-47b5234a9bc661f2f9c6b9b6836a33a430267c06.gz
This commit is contained in:
parent
e43ca5b706
commit
5aef9aab49
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ echo with "-days x"
|
||||||
export RANDFILE=/dev/random
|
export RANDFILE=/dev/random
|
||||||
openssl req $@ -config /etc/ssl/CRANS-ssl.cnf \
|
openssl req $@ -config /etc/ssl/CRANS-ssl.cnf \
|
||||||
-new -x509 -nodes -out /etc/apache-ssl/apache.pem \
|
-new -x509 -nodes -out /etc/apache-ssl/apache.pem \
|
||||||
-keyout /etc/apache-ssl/apache.pem
|
-keyout /etc/apache-ssl/apache.pem \
|
||||||
|
-days 1095
|
||||||
chmod 600 /etc/apache-ssl/apache.pem
|
chmod 600 /etc/apache-ssl/apache.pem
|
||||||
ln -sf /etc/apache-ssl/apache.pem \
|
ln -sf /etc/apache-ssl/apache.pem \
|
||||||
/etc/apache-ssl/`/usr/bin/openssl \
|
/etc/apache-ssl/`/usr/bin/openssl \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue