Module certmanager

Source
Expand description

Certificate manager trait and default file based implementation

Structs§

FileCertManager
Example implementation of CertManager trait. It stores keys and certificates in PEM files in specified directory.

Traits§

CertManager