Merge pull request #1605 from fisherxu/certs
Add edge-node certs bootstrap
Showing
+965 -29
edge/pkg/edgehub/common/certutil/certfile.go
0 → 100644
edge/pkg/edgehub/common/certutil/certutil.go
0 → 100644
... | ... | @@ -16,6 +16,7 @@ require ( |
github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 // indirect | ||
github.com/containerd/containerd v1.1.7 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect | ||
... | ... |
Please register or sign in to comment