File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,8 @@ words, it does everything for you.
111
111
If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112
112
local certificate authority needs to be manually imported in Windows. The file
113
113
is located in ``wsl `` at ``~/.symfony5/certs/default.p12 ``. The easiest way to
114
- do so is to open ``\\wsl$\Ubuntu\home\ `` in ``Explorer `` and then navigate
115
- through your username to ``.symfony/certs `` and double-click the ``default.p12 ``
116
- file.
114
+ do so is to run ``explorer.exe \`wslpath -w $HOME/.symfony5/certs\` `` from ``wsl ``
115
+ and double-click the ``default.p12 `` file.
117
116
118
117
Before browsing your local application with HTTPS instead of HTTP, restart its
119
118
server stopping and starting it again.
You can’t perform that action at this time.
0 commit comments