typo fix
This commit is contained in:
parent
dad8249d5f
commit
b173d89a89
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue