Set default cert provider to wildcard
Change it to non-wildcard for manual/noop/wildcard dns
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<br/>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Domain Provider</label>
|
||||
<select class="form-control" ng-model="dnsCredentials.provider" ng-options="a.value as a.name for a in dnsProvider" ng-disabled="dnsCredentials.busy"></select>
|
||||
<select class="form-control" ng-model="dnsCredentials.provider" ng-options="a.value as a.name for a in dnsProvider" ng-disabled="dnsCredentials.busy" ng-change="setDefaultTlsProvider()"></select>
|
||||
</div>
|
||||
|
||||
<!-- Route53 -->
|
||||
|
||||
Reference in New Issue
Block a user