wasmcloud_core::tls

Function 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