11 lines
154 B
TypeScript
11 lines
154 B
TypeScript
|
import * as plugins from './smartacme.plugins';
|
||
|
|
||
|
export class CertManager {
|
||
|
/**
|
||
|
* retrieves a certificate
|
||
|
*/
|
||
|
retrieveCertificate() {
|
||
|
|
||
|
}
|
||
|
}
|