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 @@ -538,9 +538,13 @@ Signing and Encrypting Messages
538
538
-------------------------------
539
539
540
540
It's possible to sign and/or encrypt email messages applying the `S/MIME `_
541
- standard to increase their integrity/security. Both options can be combined (to
542
- encrypt a signed message and to sign an encrypted message) and they require to
543
- have the `OpenSSL PHP extension `_ properly installed and configured.
541
+ standard to increase their integrity/security. Both options can be combined to
542
+ encrypt a signed message and/or to sign an encrypted message.
543
+
544
+ Before signing/encrypting messages, make sure to have:
545
+
546
+ * The `OpenSSL PHP extension `_ properly installed and configured;
547
+ * A valid security certificate (you can get it for free from `Let's Encrypt project `_).
544
548
545
549
Signing Messages
546
550
~~~~~~~~~~~~~~~~
@@ -730,4 +734,5 @@ environment:
730
734
.. _`Inky` : https://foundation.zurb.com/emails.html
731
735
.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
732
736
.. _`OpenSSL PHP extension` : https://php.net/manual/en/book.openssl.php
737
+ .. _`Let's Encrypt project` : https://letsencrypt.org/
733
738
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
You can’t perform that action at this time.
0 commit comments