Changes between Version 2 and Version 3 of mosh-x509


Ignore:
Timestamp:
Nov 23, 2011, 2:24:08 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mosh-x509

    v2 v3  
    1414= Service configuration =
    1515
    16  * courier: /etc/courier/imapd-ssl and /etc/courier/pop3d-ssl should have TLS_CERTFILE variable set to /etc/ssl/private/HOST.mayfirst.org.pem
    17  * apache: /etc/apache2/sites-available/HOST.mayfirst.org.ssl should have SSLCertificateFile and SSLCertificateChainFile both set to /etc/ssl/didier.mayfirst.org.crt and SSLCertificateKeyFile set to /etc/ssl/private/HOST.mayfirst.org.pem
    18  * postfix: /etc/postfix/main.cf should have smtpd_tls_cert_file set to /etc/ssl/didier.mayfirst.org.crt and smtpd_tls_key_file set to /etc/ssl/private/HOST.mayfirst.org.pem
     16 * courier: /etc/courier/imapd-ssl and /etc/courier/pop3d-ssl:
     17{{{
     18TLS_CERTFILE=/etc/ssl/private/HOST.mayfirst.org.pem
     19}}}
     20 * apache: /etc/apache2/sites-available/HOST.mayfirst.org.ssl:
     21{{{
     22SSLCertificateFile=/etc/ssl/HOST.mayfirst.org.crt
     23SSLCertificateChainFile=/etc/ssl/HOST.mayfirst.org.crt
     24SSLCertificateKeyFile=/etc/ssl/private/HOST.mayfirst.org.pem
     25}}}
     26 * postfix: /etc/postfix/main.cf:
     27{{{
     28smtpd_tls_cert_file=/etc/ssl/didier.mayfirst.org.crt
     29smtpd_tls_key_file=/etc/ssl/private/HOST.mayfirst.org.pem
     30}}}