Author: DavidDavid Date: Jun 15, 2008 23:30
Habe schon lange Apache2 mit SSL nicht zum Laufen gebracht,
- mit selbstsigniertem Testzertifikat -
das Buch von Mohammed J. Kabir und einiges Probieren aber
hat geholfen -
M=F6ge das folgende n=FCtzlich sein /
Found long time no way to run Apache2 with SSL,
with self-signed test cert,
but found help by the book from M.J.Kabir and some trials
hope that the following is useful:
=3D=3D 1. Schl=FCssel erzeugen / Generate key =3D=3D
david@debian:~/ssl.ca-0.1$
openssl genrsa -des3 -out ca.key 2048 -rand /dev/urandom
Generating RSA private key, 2048 bit long modulus
=2E......+++
=2E......................................................................=
=2E.+++
e is 65537 (0x10001)
Enter pass phrase for ca.key:
Verifying - Enter pass phrase for ca.key:
|