fix(core): now creating certs all right

This commit is contained in:
2018-08-12 01:35:14 +02:00
parent 651ef6d281
commit 223a47c997
5 changed files with 69 additions and 15 deletions

View File

@ -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();