yyyar / gobetween

:cloud: Modern & minimalistic load balancer for the Сloud era
http://gobetween.io
Other
1.91k stars 210 forks source link

Path syntax issue on Windows #311

Closed leolux closed 3 years ago

leolux commented 3 years ago

How to specify a Windows path to the "cert_path" and "key_path" files? I have tried two different syntax, bot none of them works::

  1. "/d/path/to/file.pem"
  2. "D:\path\to\file.pem"

Any ideas?

illarion commented 3 years ago

did you try d:\path\to\file ?

leolux commented 3 years ago

Thanks! I got it working using double backslash syntax: "D:\path\to\file.pem"