Adds two new flags for server: -custom-cert and -custom-key that should point to local PEM encoded certificate and key.
The certificate and key are read from filesystem only the first time using some trivial caching.
Also added some logging for debug purposes.
Adds two new flags for server:
-custom-cert
and-custom-key
that should point to local PEM encoded certificate and key. The certificate and key are read from filesystem only the first time using some trivial caching. Also added some logging for debug purposes.