diff options
author | Jan Dittberner <jandd@cacert.org> | 2016-05-07 01:11:33 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2016-05-07 01:11:33 +0200 |
commit | 9b5d7759044ca45eab8bf898fcab4e4859582e14 (patch) | |
tree | 9148b99b07d91304add6ec18beebe77a9f8a00cb /docs | |
parent | efbf60c1fe8837d2abcbbf93e98da62fdbc2052f (diff) | |
download | cacert-infradocs-9b5d7759044ca45eab8bf898fcab4e4859582e14.tar.gz cacert-infradocs-9b5d7759044ca45eab8bf898fcab4e4859582e14.tar.xz cacert-infradocs-9b5d7759044ca45eab8bf898fcab4e4859582e14.zip |
Add secondary certificate entry to email docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/systems/email.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/systems/email.rst b/docs/systems/email.rst index 9103f79..1c801aa 100644 --- a/docs/systems/email.rst +++ b/docs/systems/email.rst @@ -279,10 +279,11 @@ Server certificate for SMTP communication from the Internet and PHPMyAdmin. Server certificate for community email services (SMTPS, SMTP submission in Postfix and IMAP with STARTTLS, IMAPS, POP3 with STARTTLS, POP3S and pysieved) -* :file:`/etc/ssl/certs/ssl-cert-community-cacert.pem` server certificate for - community email services (SMTPS, SMTP submission in Postfix and IMAP with - STARTTLS, IMAPS, POP3 with STARTTLS, POP3S and pysieved) -* :file:`/etc/ssl/private/ssl-cert-community-cacert.key` server key +.. sslcert:: community.cacert.org + :certfile: /etc/ssl/certs/ssl-cert-community-cacert.pem + :keyfile: /etc/ssl/private/ssl-cert-community-cacert.key + :serial: 11e846 + :secondary: * :file:`/etc/postfix/dh_1024.pem` and :file:`/etc/postfix/dh_512.pem` Diffie-Hellman parameter files for Postfix |