Macro embed_https_pems
Source macro_rules! embed_https_pems {
($path: literal) => { ... };
() => { ... };
}
Expand description
setup https pems
§Example
https_pems!("/some/folder/contains/two/pem/file");
§Caution
pem file name should be [cert.pem] and [key.pem]