Skip to content

Commit

Permalink
fix: fix map key
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Nov 17, 2023
1 parent 3162f0b commit 5ea2352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/certstorage/certutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
vaultCertKeyPrivateKey = "private_key"
vaultCertKeyCert = "cert"
vaultCertKeyDomain = "domain"
vaultCertKeyIssuer = "dummyIssuer"
vaultCertKeyIssuer = "issuer"
vaultCertKeyUrl = "url"
vaultCertKeyStableUrl = "stable_url"

Expand Down

0 comments on commit 5ea2352

Please sign in to comment.