fix(core): update
This commit is contained in:
parent
b26f7ac3e9
commit
6edbf3cb46
@ -64,8 +64,8 @@ export class CertManager {
|
|||||||
*/
|
*/
|
||||||
public async storeCertificate(optionsArg: ICert) {
|
public async storeCertificate(optionsArg: ICert) {
|
||||||
const cert = new Cert(optionsArg);
|
const cert = new Cert(optionsArg);
|
||||||
cert.save();
|
await cert.save();
|
||||||
};
|
}
|
||||||
|
|
||||||
public async deleteCertificate(domainNameArg: string) {
|
public async deleteCertificate(domainNameArg: string) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user