Function wasmcloud_core::tls::read_certs_from_path

source ·
pub fn read_certs_from_path(
    path: impl AsRef<Path>,
) -> Result<Vec<CertificateDer<'static>>>
Expand description

Read certificates from a given path

At present this function only supports files – directories will return an empty list