Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
create cert for dockerhost not host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Mar 20, 2018
1 parent 279971c commit 0d931e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.03.6-dev
18.03.7-dev
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
router.HandleFunc("/vmware/list", vmware.List).Methods("GET")
// router.HandleFunc("/vmware/{source:(?:giphy|xkcd|dilbert|default|contrib)}/{file}", updateImageKeywords).Methods("PATCH")

err := GenerateCerts(Host + ":" + Port)
err := GenerateCerts("dockerhost")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 0d931e3

Please sign in to comment.