fix(core): update
This commit is contained in:
parent
c0271648fc
commit
3653cdc797
@ -45,7 +45,7 @@ export class CertManager {
|
||||
public async retrieveCertificate(domainName: string): Promise<Cert> {
|
||||
await this.checkCerts();
|
||||
const existingCertificate: Cert = await Cert.getInstance({
|
||||
name: domainName
|
||||
domainName
|
||||
});
|
||||
|
||||
if(existingCertificate) {
|
||||
|
Loading…
Reference in New Issue
Block a user