Skip to content

Commit a942662

Browse files
committed
minor #12667 [Mailer] Removed mention of Let's Encrypt for S/MIME certificates (Thomas Berends)
This PR was squashed before being merged into the 4.4 branch (closes #12667). Discussion ---------- [Mailer] Removed mention of Let's Encrypt for S/MIME certificates Fixes #12459 #SymfonyHackday Commits ------- 933c247 [Mailer] Removed mention of Let's Encrypt for S/MIME certificates
2 parents 43dc280 + 933c247 commit a942662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mailer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ encrypt a signed message and/or to sign an encrypted message.
560560
Before signing/encrypting messages, make sure to have:
561561

562562
* The `OpenSSL PHP extension`_ properly installed and configured;
563-
* A valid security certificate (you can get it for free from `Let's Encrypt project`_).
563+
* A valid S/MIME security certificate.
564564

565565
Signing Messages
566566
~~~~~~~~~~~~~~~~
@@ -780,5 +780,4 @@ environment:
780780
.. _`Inky`: https://foundation.zurb.com/emails.html
781781
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
782782
.. _`OpenSSL PHP extension`: https://php.net/manual/en/book.openssl.php
783-
.. _`Let's Encrypt project`: https://letsencrypt.org/
784783
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail

0 commit comments

Comments
 (0)