rancher / dynamiclistener

Apache License 2.0
17 stars 61 forks source link

fix certpath generation for windows #23

Closed KnicKnic closed 4 years ago

KnicKnic commented 4 years ago

path/filepath should be used when generating filepaths, not path.

path will always use / not an os specific path separator.

related to issue https://github.com/rancher/k3s/issues/1687