alex / letsencrypt-aws

BSD 3-Clause "New" or "Revised" License
727 stars 121 forks source link

fix key encoding for py3, clarify Windows file path #70

Closed vaindil closed 8 years ago

vaindil commented 8 years ago

Python 3 requires that the key be in byte format, not string. This fixes that so it works on both 2 and 3. I had to mess around with the key file path to get it formatted correctly, I clarified that in the readme to help future users.