admin: PKI validity no more hardcoded

This commit is contained in:
nemunaire 2019-11-25 14:49:19 +01:00
commit 4a490b1a33
3 changed files with 52 additions and 18 deletions

View file

@ -115,6 +115,19 @@
<div class="alert alert-info" ng-if="!ca.version">
<strong>Aucune CA n'a été générée pour le moment.</strong>
<div class="form-group row">
<label for="CAnotBefore" class="col-sm-3 col-form-label">Début de validité</label>
<div class="col-sm-9">
<input type="text" class="form-control form-control-sm" id="CAnotBefore" ng-model="notBefore">
</div>
</div>
<div class="form-group row">
<label for="CAnotAfter" class="col-sm-3 col-form-label">Fin de validité</label>
<div class="col-sm-9">
<input type="text" class="form-control form-control-sm" id="CAnotAfter" ng-model="notAfter">
</div>
</div>
</div>
<dl ng-if="ca.version">