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.
547547Before signing/encrypting messages, make sure to have:
548548
549549* 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.
551551
552552Signing Messages
553553~~~~~~~~~~~~~~~~
@@ -763,5 +763,4 @@ environment:
763763.. _`Inky` : https://foundation.zurb.com/emails.html
764764.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
765765.. _`OpenSSL PHP extension` : https://php.net/manual/en/book.openssl.php
766- .. _`Let's Encrypt project` : https://letsencrypt.org/
767766.. _`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:
467467
468468 Select one of the following services to display its information:
469469 [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
473472 ...
474473
475474 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