Skip to content

Commit

Permalink
Update TLS constants #5
Browse files Browse the repository at this point in the history
Signed-off-by: hmsayem <hmsayem@appscode.com>
  • Loading branch information
hmsayem committed Sep 28, 2021
1 parent 2077d6f commit 324241b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const (
NATSToken = "token"
NATSNkey = "nkey"
NATSCMD = "nats"
NATSCert = "crt"
NATSKey = "key"
NATSCert = "tls.crt"
NATSKey = "tls.key"
NATSStreamsFile = "streams.json"
NATSCredsFile = "user.creds"
NATSCACertFile = "ca.crt"
Expand Down

0 comments on commit 324241b

Please sign in to comment.