pub fn resolve_cache_paths( server_configuration: &ServerConfiguration, port: u16, sni_hostname: &str, ) -> Result<(Option<PathBuf>, Option<PathBuf>), Error>
Resolves the paths to account and certificate caches.