jellyfin/MediaBrowser.Server.Implementations/Configuration
softworkz f92b517eda ServerConfigurationManager: Check if a specified SSL certificate can be used when configuration is saved
Emby can only use certificates in PFX format which include a private
key, and where the private key is not protected with a password.

Checking these conditions early helps to avoid misconfigurations and
reduce troubleshooting time...
2015-12-29 15:16:31 +01:00
..
ServerConfigurationManager.cs ServerConfigurationManager: Check if a specified SSL certificate can be used when configuration is saved 2015-12-29 15:16:31 +01:00