certs: remove caas backend

This commit is contained in:
Girish Ramakrishnan
2020-08-07 11:49:34 -07:00
parent 779ad24542
commit 6b9454100e
4 changed files with 8 additions and 62 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ const DOMAIN_0 = {
endpoint: 'http://localhost:5353'
},
fallbackCertificate: null,
tlsConfig: { provider: 'caas' }
tlsConfig: { provider: 'letsencrypt-staging' }
};
let AUDIT_SOURCE = { ip: '1.2.3.4' };