Working acme flow. Pending DNS providers UI

This commit is contained in:
Curtis Castrapel
2018-04-24 09:38:57 -07:00
parent 81e349e07d
commit 7704f51441
19 changed files with 143 additions and 34 deletions

View File

@ -248,7 +248,7 @@ angular.module('lemur')
CertificateService.getDnsProviders = function () {
return DnsProviders.get();
}
};
CertificateService.loadPrivateKey = function (certificate) {
return certificate.customGET('key');