fix(core): now creating certs all right
This commit is contained in:
@ -8,6 +8,7 @@ tap.test('should create a valid instance of SmartAcme' , async () => {
|
||||
smartAcmeInstance = new smartacme.SmartAcme();
|
||||
await smartAcmeInstance.init()
|
||||
console.log(smartAcmeInstance.directoryUrls);
|
||||
await smartAcmeInstance.getCertificateForDomain('bleu.de');
|
||||
})
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user