domains: make the certs setup more descriptive

This commit is contained in:
Girish Ramakrishnan
2018-08-27 13:17:07 -07:00
parent 0b0b06baa9
commit be1795d50d
3 changed files with 17 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
$scope.tlsProvider = [
{ name: 'Let\'s Encrypt Prod', value: 'letsencrypt-prod' },
{ name: 'Let\'s Encrypt Staging', value: 'letsencrypt-staging' },
{ name: 'Custom', value: 'fallback' },
{ name: 'Custom Wildcard Certificate', value: 'fallback' },
];
// keep in sync with setupdns.js