8000
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 a8ba145 commit e9f4f34Copy full SHA for e9f4f34
docs/tls.md
@@ -23,7 +23,7 @@ For instance, to use self-signed certificates created with [mkcert](https://gith
23
24
1. Locally install `mkcert`
25
2. Create the folder storing the certs:
26
- `mkdir frankenphp/certs -p`
+ `mkdir -p frankenphp/certs`
27
3. Generate the certificates for your local host (example: "server-name.localhost"):
28
`mkcert -cert-file frankenphp/certs/tls.pem -key-file frankenphp/certs/tls.key "server-name.localhost"`
29
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