We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b33f commit 49a8c8aCopy full SHA for 49a8c8a
README.md
@@ -21,7 +21,8 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
21
22
### Requirements
23
24
-Install [Docker](https://www.docker.com/get-started)
++ [Docker](https://www.docker.com/get-started)
25
++ Openssl for creatng the SSL cert. Install using Homebrew `brew install openssl`
26
27
### Create SSL cert
28
@@ -32,7 +33,9 @@ cd cli
32
33
34
> Edit the script to your your custom domain, this example uses myapp.local
35
-### Trust the cert in macOS Keychain.
36
+> Note: OpenSSL needs to be installed.
37
+
38
+### Trust the cert in macOS Keychain
39
40
Chrome and Safari will trust the certs using this script.
41
0 commit comments