File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,14 @@ 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 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 ``.
116
122
117
123
Before browsing your local application with HTTPS instead of HTTP, restart its
118
124
server stopping and starting it again.
You can’t perform that action at this time.
0 commit comments