Skip to content

Commit c664836

Browse files
committed
Reword
1 parent b7201c2 commit c664836

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: reference/configuration/framework.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,11 @@ used to add more entropy to security related operations. Its value should
3737
be a series of characters, numbers and symbols chosen randomly and the
3838
recommended length is around 32 characters.
3939

40-
.. caution::
41-
42-
This configuration option's value is a real secret. You should treat it
43-
with a lot of care.
44-
4540
In practice, Symfony uses this value for encrypting the cookies used
4641
in the :doc:`remember me functionality </security/remember_me>` and for
4742
creating signed URIs when using :ref:`ESI (Edge Side Includes) <edge-side-includes>`.
43+
That's why you should treat this value as if it were a sensitive credential and
44+
**never make it public**.
4845

4946
This option becomes the service container parameter named ``kernel.secret``,
5047
which you can use whenever the application needs an immutable random string

0 commit comments

Comments
 (0)