4 069
contributi
Riga 187: | Riga 187: | ||
</pre> | </pre> | ||
che, tramite una serie di domande, creerà nella direcotry '''/etc/apache2/ssl/''' due file: ''apache.pem'' ed il certificato. | che, tramite una serie di domande, creerà nella direcotry '''/etc/apache2/ssl/''' due file: ''apache.pem'' ed il certificato. | ||
{{ Warningbox | In Debian Etch è presente un bug (http://www.mail-archive.com/debian-apache@lists.debian.org/msg08109.html) che riguarda il comando precedente. E' stato suggerito un workaround: | |||
<pre> | |||
# apt-get install ssl-cert | |||
# mkdir /etc/apache2/ssl | |||
# /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem | |||
</pre> }} | |||
Ora aggiungiamo un ''sito'' con supporto ssl: con il nostro editor preferito creiamo un file di testo in '''/etc/apache2/sites-available''' come nel seguente esempio (il nome del file può essere, ad esempio, '''default-ssl'''): | Ora aggiungiamo un ''sito'' con supporto ssl: con il nostro editor preferito creiamo un file di testo in '''/etc/apache2/sites-available''' come nel seguente esempio (il nome del file può essere, ad esempio, '''default-ssl'''): | ||
<pre> | <pre> |