Improvements
-
Normalize file extensions (#367) (5d26d73) (DGW-67)
By convention:
- .pem -> public key
- .key -> private key
- .crt -> certificate
Note that this is merely a convention, not a standard, and file openers
should be able to select a .key file when choosing a public key (through
the drop-down menu typically) -
installer: start the Gateway service at install time (#363) (b07ccd4)