certs: Rename Self-Signed to custom

This commit is contained in:
Girish Ramakrishnan
2018-08-27 12:03:01 -07:00
parent b789cd2af0
commit 0b0b06baa9
2 changed files with 5 additions and 4 deletions
+1 -1
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: 'Self-Signed', value: 'fallback' },
{ name: 'Custom', value: 'fallback' },
];
// keep in sync with setupdns.js