Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/secrets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ your secrets during deployment to the "local" vault:

$ php bin/console secrets:decrypt-to-local --force --env=prod

This will put all the decrypted secrets into ``.env.php.local``. After doing this,
This will put all the decrypted secrets into ``.env.prod.local``. After doing this,
the decryption key does *not* need to remain on the server.

Rotating Secrets
Expand Down