Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Update ssl.md #560

Merged
merged 1 commit into from
Sep 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basic-usage/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Make sure that you replace `YOUR-USERNAME` with your Mac username and `VALET-SIT

'capath' => env('LARAVEL_WEBSOCKETS_SSL_CA', null),

'local_pk' => 'local_pk' => '/Users/YOUR-USERNAME/.config/valet/Certificates/VALET-SITE.TLD.key',
'local_pk' => '/Users/YOUR-USERNAME/.config/valet/Certificates/VALET-SITE.TLD.key',

'passphrase' => env('LARAVEL_WEBSOCKETS_SSL_PASSPHRASE', null),

Expand Down