admin: allow certid to finish by .p12, to permit downloading .p12 file
This commit is contained in:
parent
703eaef880
commit
b778d29dd9
3 changed files with 4 additions and 3 deletions
|
|
@ -89,7 +89,7 @@
|
|||
</dd>
|
||||
<dt>
|
||||
Date de création
|
||||
<a class="btn btn-sm btn-success float-right" href="api/certs/{{ cert.id }}">Télécharger</a>
|
||||
<a class="btn btn-sm btn-success float-right" href="api/certs/{{ cert.id }}.p12" target="_self">Télécharger</a>
|
||||
</dt>
|
||||
<dd>{{ cert.creation }}</dd>
|
||||
<dt>Mot de passe</dt>
|
||||
|
|
|
|||
Reference in a new issue