Skip to content

Commit 49a8c8a

Browse files
committed
Explain openssl in readme
1 parent 337b33f commit 49a8c8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
2121

2222
### Requirements
2323

24-
Install [Docker](https://www.docker.com/get-started)
24+
+ [Docker](https://www.docker.com/get-started)
25+
+ Openssl for creatng the SSL cert. Install using Homebrew `brew install openssl`
2526

2627
### Create SSL cert
2728

@@ -32,7 +33,9 @@ cd cli
3233

3334
> Edit the script to your your custom domain, this example uses myapp.local
3435
35-
### Trust the cert in macOS Keychain.
36+
> Note: OpenSSL needs to be installed.
37+
38+
### Trust the cert in macOS Keychain
3639

3740
Chrome and Safari will trust the certs using this script.
3841

0 commit comments

Comments
 (0)