8000 Update tls.md · dunglas/symfony-docker@e9f4f34 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9f4f34

Browse filesBrowse files
abdounikarimmaxhelias
authored andcommitted
Update tls.md
1 parent a8ba145 commit e9f4f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For instance, to use self-signed certificates created with [mkcert](https://gith
2323

2424
1. Locally install `mkcert`
2525
2. Create the folder storing the certs:
26-
`mkdir frankenphp/certs -p`
26+
`mkdir -p frankenphp/certs`
2727
3. Generate the certificates for your local host (example: "server-name.localhost"):
2828
`mkcert -cert-file frankenphp/certs/tls.pem -key-file frankenphp/certs/tls.key "server-name.localhost"`
2929
4. Add these lines to the `./compose.override.yaml` file about `CADDY_SERVER_EXTRA_DIRECTIVES` environment and volume for the `php` service :

0 commit comments

Comments
 (0)
0