googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

Use vars instead of multiple ssh cert file strings #46

Closed arcanericky closed 10 years ago

arcanericky commented 10 years ago
  1. Use path.normalize() to for more portable filename strings
  2. Assign ssl certificate filename strings to variables and use the variables, eliminating the same filename strings being used multiple times.