smartacme/ts/smartacme.certmanager.ts

11 lines
154 B
TypeScript
Raw Normal View History

2019-01-07 11:29:10 +00:00
import * as plugins from './smartacme.plugins';
export class CertManager {
/**
* retrieves a certificate
*/
retrieveCertificate() {
}
}