File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -546,9 +546,13 @@ Signing and Encrypting Messages
546
546
The option to sign and/or encrypt messages was introduced in Symfony 4.4.
547
547
548
548
It's possible to sign and/or encrypt email messages applying the `S/MIME `_
549
- standard to increase their integrity/security. Both options can be combined (to
550
- encrypt a signed message and to sign an encrypted message) and they require to
551
- have the `OpenSSL PHP extension `_ properly installed and configured.
549
+ standard to increase their integrity/security. Both options can be combined to
550
+ encrypt a signed message and/or to sign an encrypted message.
551
+
552
+ Before signing/encrypting messages, make sure to have:
553
+
554
+ * The `OpenSSL PHP extension `_ properly installed and configured;
555
+ * A valid security certificate (you can get it for free from `Let's Encrypt project `_).
552
556
553
557
Signing Messages
554
558
~~~~~~~~~~~~~~~~
@@ -738,4 +742,5 @@ environment:
738
742
.. _`Inky` : https://foundation.zurb.com/emails.html
739
743
.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
740
744
.. _`OpenSSL PHP extension` : https://php.net/manual/en/book.openssl.php
745
+ .. _`Let's Encrypt project` : https://letsencrypt.org/
741
746
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
You can’t perform that action at this time.
0 commit comments