Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Pignolet committed Nov 28, 2024
1 parent 62264ab commit 0972754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var (
AuthorityPath = flag.String("tls-authority-path", "/etc/oriond/ca.crt", "Path to the certificate authority file")
TLSPath = flag.String("tls-path", "/etc/oriond/identity.key", "Path to the certificate authority file")
TLSPath = flag.String("tls-path", "/etc/oriond/identity.pem", "Path to the certificate authority file")
)

func LoadPemFile() (*ecdsa.PrivateKey, []*x509.Certificate) {
Expand Down

0 comments on commit 0972754

Please sign in to comment.