fix(core): update
This commit is contained in:
10
ts/smartacme.certmanager.ts
Normal file
10
ts/smartacme.certmanager.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import * as plugins from './smartacme.plugins';
|
||||
|
||||
export class CertManager {
|
||||
/**
|
||||
* retrieves a certificate
|
||||
*/
|
||||
retrieveCertificate() {
|
||||
|
||||
}
|
||||
}
|
7
ts/smartacme.classes.certificate.ts
Normal file
7
ts/smartacme.classes.certificate.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import * as plugins from './smartacme.plugins';
|
||||
|
||||
export class SslCertificate {
|
||||
privateKey: string;
|
||||
publicKey: string;
|
||||
csr: string;
|
||||
}
|
Reference in New Issue
Block a user