Skip to content

Commit a561705

Browse files
committed
Generate the actual TLS files into a new dir
1 parent a98104e commit a561705

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ package.json
6464
# kind kube-config
6565
kube-local
6666
venv/
67+
68+
# generated certificates
69+
common-secrets/*
70+
!common-secrets/.gitkeep

common-secrets/.gitkeep

Whitespace-only changes.

hack/tls-cert-gen/tls-cert-gen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
secretShouldHaveValidTLSCrt = true
2828
secretShouldHaveInvalidTLSCrt = false
29-
realSecretDirectory = "examples/common-secrets/"
29+
realSecretDirectory = "common-secrets/"
3030
)
3131

3232
var projectRoot = "" // this will be redefined in main()

0 commit comments

Comments
 (0)