Skip to content

Commit 87ba282

Browse files
committedJun 17, 2024
Merge branch '5.4' into 6.4
* 5.4: Fix a WSL command in the Symfony Server doc
2 parents 2aeb1de + 2071829 commit 87ba282

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)