From 5dd43f067ec5f29a2273d01f721d5625a07803f9 Mon Sep 17 00:00:00 2001 From: Zmey Date: Mon, 2 Mar 2020 14:30:59 +0300 Subject: [PATCH] Typo fixed on secrets.rst --- configuration/secrets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/secrets.rst b/configuration/secrets.rst index 81ebe2ae9f3..97ef746578f 100644 --- a/configuration/secrets.rst +++ b/configuration/secrets.rst @@ -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