File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ encrypt a signed message and/or to sign an encrypted message.
547
547
Before signing/encrypting messages, make sure to have:
548
548
549
549
* The `OpenSSL PHP extension `_ properly installed and configured;
550
- * A valid security certificate (you can get it for free from ` Let's Encrypt project `_) .
550
+ * A valid S/MIME security certificate.
551
551
552
552
Signing Messages
553
553
~~~~~~~~~~~~~~~~
@@ -763,5 +763,4 @@ environment:
763
763
.. _`Inky` : https://foundation.zurb.com/emails.html
764
764
.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
765
765
.. _`OpenSSL PHP extension` : https://php.net/manual/en/book.openssl.php
766
- .. _`Let's Encrypt project` : https://letsencrypt.org/
767
766
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
Original file line number Diff line number Diff line change @@ -467,9 +467,8 @@ Symfony defines several services related to user providers:
467
467
468
468
Select one of the following services to display its information:
469
469
[0] security.user.provider.in_memory
470
- [1] security.user.provider.in_memory.user
471
- [2] security.user.provider.ldap
472
- [3] security.user.provider.chain
470
+ [1] security.user.provider.ldap
471
+ [2] security.user.provider.chain
473
472
...
474
473
475
474
Most of these services are abstract and cannot be injected in your services.
You can’t perform that action at this time.
0 commit comments