bash

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Set up SSL under Apache
4 Treffer, Zuletzt geändert:
en}} ===== Creating the private key ===== <code bash> root@srv-web:~# openssl genrsa -out server.key 4... (0x10001) </code> ===== CSR request ===== <code bash> root@srv-web:~# openssl req -new -key server.key... may still need to be activated in Apache: <code bash> a2enmod ssl </code> Now restart and it should work: <code bash> /etc/init.d/apache2 restart </code>