Closed mingard closed 7 years ago
If possible, handle changing key and certificate values after app has started.
Start app using ssl default cert values. getKey and getCertificate will return default values.
getKey
getCertificate
key: ssl.getKey(config.get('ssl.dir')), certificate: ssl.getCertificate(config.get('ssl.dir'))
Once the certificates have been created, change the value
If possible, handle changing key and certificate values after app has started.
Start app using ssl default cert values.
getKey
andgetCertificate
will return default values.Once the certificates have been created, change the value