le -> letsencrypt

This commit is contained in:
Girish Ramakrishnan
2018-01-31 18:37:05 -08:00
parent 7dc7c56e97
commit 8014cc8ae1
7 changed files with 19 additions and 18 deletions

View File

@@ -153,9 +153,9 @@ describe('Certificates', function () {
});
});
describe('getApi - le-prod', function () {
describe('getApi - letsencrypt-prod', function () {
before(function (done) {
DOMAIN_0.tlsConfig = { provider: 'le-prod' };
DOMAIN_0.tlsConfig = { provider: 'letsencrypt-prod' };
async.series([
setup,
@@ -193,9 +193,9 @@ describe('Certificates', function () {
});
});
describe('getApi - le-staging', function () {
describe('getApi - letsencrypt-staging', function () {
before(function (done) {
DOMAIN_0.tlsConfig = { provider: 'le-staging' };
DOMAIN_0.tlsConfig = { provider: 'letsencrypt-staging' };
async.series([
setup,