Hi,
wie kann ich den apache automatisch mit ssl starten lassen ohne die passphrase manuell einzugeben?
Dies passiert wenn ich den apache von hand starte:
Wenn ich den Rechner neu starte muss ich kein pass phrase eingeben... bedeutet das ssl nicht läuft??
Ciao
wie kann ich den apache automatisch mit ssl starten lassen ohne die passphrase manuell einzugeben?
Dies passiert wenn ich den apache von hand starte:
PHP Code:
SRV:/etc/apache2/ssl.key # apache2ctl stop
SRV:/etc/apache2/ssl.key # apache2ctl sslstart
Apache/2.0.54 mod_ssl/2.0.54 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server localhost:443 (RSA)
Enter pass phrase:
Ciao