Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed May 13, 2018
2 parents 2471699 + 45f1052 commit beed912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prodaccess_nix.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ func saveKubernetesCertificate(c string, k string) {
"dhtech", "--embed-certs=true",
fmt.Sprintf("--client-certificate=%s", cp),
fmt.Sprintf("--client-key=%s", kp)).Run()
os.Remove(cp)
os.Remove(kp)
}

0 comments on commit beed912

Please sign in to comment.