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

Commit 604357a

Browse files
authored
Merge pull request #560 from RinorDreshaj/patch-2
Update ssl.md
2 parents a7c505e + 84fc958 commit 604357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage/ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Make sure that you replace `YOUR-USERNAME` with your Mac username and `VALET-SIT
108108

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

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

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

0 commit comments

Comments
 (0)