Skip to content

Commit

Permalink
change default cert path
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Jan 6, 2024
1 parent c5c14a4 commit 1e14316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/main/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const (
defaultBindAddress = ""
defaultBindPort = 5055

defaultCertStoragePath = "/opt/legoclient/certs"
defaultCertStoragePath = "/opt/lego/certs"
defaultKeyPermissions = fs.FileMode(0640)
defaultCertPermissions = fs.FileMode(0644)

Expand Down

0 comments on commit 1e14316

Please sign in to comment.