Skip to content

Commit

Permalink
Update tls.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdounikarim authored and maxhelias committed Feb 13, 2025
1 parent a8ba145 commit e9f4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For instance, to use self-signed certificates created with [mkcert](https://gith

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

0 comments on commit e9f4f34

Please sign in to comment.