Skip to content

Commit

Permalink
Update file names
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Oct 25, 2023
1 parent 9e6e020 commit 3439b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/store/local/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
)

const (
passwordPrefix = "password"
passwordFile = "password.txt"
passwordPrefix = "pkcs12"
passwordFile = "pkcs12.password"
certificatePrefix = "certificate"
certificateFile = "certificate.pem"
certificateFile = "certificate"
)

// Open the local storage backend.
Expand Down

0 comments on commit 3439b66

Please sign in to comment.