Merge pull request #560 from RinorDreshaj/patch-2

Update ssl.md
This commit is contained in:
rennokki 2020-09-29 08:58:47 +00:00 committed by GitHub
commit 604357afae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),