This commit is contained in:
AJ ONeal 2015-12-20 00:31:31 +00:00
parent dad8249d5f
commit b173d89a89
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function getCertificateAsync(account, args, defaults, handlers) {
});
}
function getOrCreateDomainCertificate(account, args, defaults, hanlers) {
function getOrCreateDomainCertificate(account, args, defaults, handlers) {
return fetchFromConfigLiveDir(args).then(function (certs) {
// if nothing, register and save
// if something, check date (don't register unless 30+ days)