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

@@ -24,7 +24,7 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
$scope.tlsProvider = [
{ name: 'Let\'s Encrypt Prod', value: 'letsencrypt-prod' },
{ name: 'Let\'s Encrypt Staging', value: 'letsencrypt-staging' },
{ name: 'Self-Signed', value: 'fallback' },
{ name: 'Self-Signed', value: 'fallback' }, // this is not 'Custom' because we don't allow user to upload certs during setup phase
];
// If we migrate the api origin we have to poll the new location