Skip to content

Commit 2071829

Browse files
committed
minor #19956 Fix a WSL command in the Symfony Server doc (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- Fix a WSL command in the Symfony Server doc Fixes #19951. Commits ------- 535dc3c Fix a WSL command in the Symfony Server doc
2 parents d43b8ac + 535dc3c commit 2071829

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup/symfony_server.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,14 @@ words, it does everything for you.
111111
If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112112
local certificate authority needs to be manually imported in Windows. The file
113113
is located in ``wsl`` at ``~/.symfony5/certs/default.p12``. The easiest way to
114-
do so is to run ``explorer.exe \`wslpath -w $HOME/.symfony5/certs\``` from ``wsl``
115-
and double-click the ``default.p12`` file.
114+
do so is to run the following command from ``wsl``:
115+
116+
.. code-block:: terminal
117+
118+
$ explorer.exe `wslpath -w $HOME/.symfony5/certs`
119+
120+
In the file explorer window that just opened, double-click on the file
121+
called ``default.p12``.
116122

117123
Before browsing your local application with HTTPS instead of HTTP, restart its
118124
server stopping and starting it again.

0 commit comments

Comments
 (0)