more stuff

This commit is contained in:
Curtis Castrapel
2018-04-10 16:04:07 -07:00
parent f61098b874
commit 5beb319b27
8 changed files with 174 additions and 13 deletions

View File

@ -231,6 +231,15 @@
</label>
</div>
</div>
<!-- <div class="form-group">
<label class="control-label col-sm-2">
DNS Provider (Only needed for LetsEncrypt or ACME implementations)
</label>
<div class="col-sm-10">
<select class="form-control" ng-model="certificate.extensions.crlDistributionPoints.includeCrlDp"
ng-options="item for item in ['yes', 'no', 'default']"></select>
</div> -->
</div>
</div>
</div>
<div class="form-group">