Skip to content

Commit c610545

Browse files
committed
minor #12000 [Mailer] Mention Let's Encrypt as a way to get the needed security certificate (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Mention Let's Encrypt as a way to get the needed security certificate Commits ------- d16dc39 [Mailer] Mention Let's Encrypt as a way to get the needed security certificate
2 parents a83a18c + d16dc39 commit c610545

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

mailer.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,13 @@ Signing and Encrypting Messages
547547
The option to sign and/or encrypt messages was introduced in Symfony 4.4.
548548

549549
It's possible to sign and/or encrypt email messages applying the `S/MIME`_
550-
standard to increase their integrity/security. Both options can be combined (to
551-
encrypt a signed message and to sign an encrypted message) and they require to
552-
have the `OpenSSL PHP extension`_ properly installed and configured.
550+
standard to increase their integrity/security. Both options can be combined to
551+
encrypt a signed message and/or to sign an encrypted message.
552+
553+
Before signing/encrypting messages, make sure to have:
554+
555+
* The `OpenSSL PHP extension`_ properly installed and configured;
556+
* A valid security certificate (you can get it for free from `Let's Encrypt project`_).
553557

554558
Signing Messages
555559
~~~~~~~~~~~~~~~~
@@ -739,4 +743,5 @@ environment:
739743
.. _`Inky`: https://foundation.zurb.com/emails.html
740744
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
741745
.. _`OpenSSL PHP extension`: https://php.net/manual/en/book.openssl.php
746+
.. _`Let's Encrypt project`: https://letsencrypt.org/
742747
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail

0 commit comments

Comments
 (0)