Bug#395823: apache2-ssl-certificate disappeared

2007-04-28 Thread Kristian Hermansen

Is this fixed yet?  I can also confirm that this is still broken!!!  FIX FIX FIX
--
Kristian Hermansen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395823: apache2-ssl-certificate disappeared

2007-01-10 Thread Heretik
Hi, do you intend to put them back into apache2.2-common ? It would be
great.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395823: apache2-ssl-certificate disappeared

2006-11-09 Thread Jan Rasche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi Debian Apache Developers and Maintainers,

Yeah, the disappearing of the apache2-ssl-certificate script may not
very useful especially for novices in Debian GNU/Linux.

It's main parts were:

export RANDFILE=/dev/random
openssl req $@ -config /usr/share/apache2/ssleay.cnf \
 -new -x509 -nodes -out /etc/apache2/ssl/apache.pem \
 -keyout /etc/apache2/ssl/apache.pem
chmod 600 /etc/apache2/ssl/apache.pem

You may like to specify days:

export RANDFILE=/dev/random
openssl req $@ -config /usr/share/apache2/ssleay.cnf \
 -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem \
 -keyout /etc/apache2/ssl/apache.pem
chmod 600 /etc/apache2/ssl/apache.pem


Best Regards, Jan




less /usr/sbin/apache2-ssl-certificate

#!/bin/sh -e

if [ $1 != --force -a -f /etc/apache2/ssl/apache.pem ]; then
  echo /etc/apache2/ssl/apache.pem exists!  Use \$0 --force.\
  exit 0
fi

if [ $1 = --force ]; then
  shift
fi

echo
echo creating selfsigned certificate
echo replace it with one signed by a certification authority (CA)
echo
echo enter your ServerName at the Common Name prompt
echo
echo If you want your certificate to expire after x days call this programm
echo with -days x

# use special .cnf, because with normal one no valid selfsigned
# certificate is created

export RANDFILE=/dev/random
openssl req $@ -config /usr/share/apache2/ssleay.cnf \
  -new -x509 -nodes -out /etc/apache2/ssl/apache.pem \
  -keyout /etc/apache2/ssl/apache.pem
chmod 600 /etc/apache2/ssl/apache.pem
ln -sf /etc/apache2/ssl/apache.pem \
  /etc/apache2/ssl/`/usr/bin/openssl \
  x509 -noout -hash  /etc/apache2/ssl/apache.pem`.0

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFU0k1ca7jn0i2Qn4RAujvAJ9XBJ9nJ2yGKpGcVdC1uk3zbMs/sQCbByxe
AEv5A+LBhtkTvKtnhpMoYoA=
=rwkS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395823: apache2-ssl-certificate disappeared

2006-11-09 Thread Jan Rasche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

export RANDFILE=/dev/random
openssl req $@ -new -x509 -days 365 -nodes -out \
 /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.pem
chmod 600 /etc/apache2/ssl/apache.pem
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFU1Dvca7jn0i2Qn4RAu6UAJ4vQjbopdJEZcJOniU1R7Ozzw6QCACfQGQr
VzY5F+LpGvIzVdjuM4esi7E=
=/4Hl
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395823: apache2-ssl-certificate disappeared

2006-10-27 Thread Peter Eisentraut
Package: apache2.2-common
Severity: important

The program apache2-ssl-certificate from apache2-common disappeared in
apache2.2-common without explanation.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]