Skip to content

Commit

Permalink
Update SiteSecure.php
Browse files Browse the repository at this point in the history
Change the path of ca-certificates to the new default path.
  • Loading branch information
Stephan-MC authored Aug 2, 2024
1 parent c85a180 commit f2f21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/SiteSecure.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SiteSecure
private CommandLine $cli;
private Configuration $config;

private string $caCertificatePath = '/usr/local/share/ca-certificates/';
private string $caCertificatePath = '/usr/share/ca-certificates/';
private string $caCertificatePem = 'ValetLinuxCASelfSigned.pem';
private string $caCertificateKey = 'ValetLinuxCASelfSigned.key';
private string $caCertificateSrl = 'ValetLinuxCASelfSigned.srl';
Expand Down

0 comments on commit f2f21fc

Please sign in to comment.