Move away from X.509 terminology

This commit is contained in:
Lauri Võsandi 2021-06-14 13:41:57 +03:00
parent 0cac19d4a0
commit dc8adb35a6
2 changed files with 7 additions and 7 deletions

View File

@ -130,7 +130,7 @@ curl http://{{ authority.namespace }}/api/revoked/?wait=yes -L -H "Accept: appli
<div class="row">
<div class="col-sm-6 col-lg-4 col-xl-3">
<h3>Signed certificates</h3>
<h3>Valid nodes</h3>
<p>Authority administration
{% if authority.certificate.organization %}of {{ authority.certificate.organization }}{% endif %}
@ -157,7 +157,7 @@ curl http://{{ authority.namespace }}/api/revoked/?wait=yes -L -H "Accept: appli
{% endfor %}
</div>
<p>Showing <span id="signed-filter-counter">-</span> of total <span id="signed-total">-</span> certificates</p>
<p>Showing <span id="signed-filter-counter">-</span> of total <span id="signed-total">-</span> nodes</p>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3">
{% if session.features.token %}
@ -192,7 +192,7 @@ curl http://{{ authority.namespace }}/api/revoked/?wait=yes -L -H "Accept: appli
<p>&nbsp;</p>
<h3>Pending requests</h3>
<p>Use Certidude client to apply for a certificate.
<p>Use Certidude client to enroll a node.
{% if not session.authorization.request_subnets %}
Request submission disabled.
@ -240,7 +240,7 @@ curl http://{{ authority.namespace }}/api/revoked/?wait=yes -L -H "Accept: appli
</div>
<div class="col-sm-6 col-lg-4 col-xl-3">
<h3>Revoked certificates</h3>
<h3>Revoked nodes</h3>
<p>Following certificates have been revoked{% if session.features.crl %}, for more information click
<a href="#revocation_list_modal" data-toggle="modal">here</a>{% endif %}.</p>

View File

@ -22,10 +22,10 @@
{% endif %}
</span>
Signed
<time class="timeago" datetime="{{ certificate.signed }}">Certificate was signed {{ certificate.signed }}</time>{% if certificate.signer %} by {{ certificate.signer }}{% endif %},
Approved
<time class="timeago" datetime="{{ certificate.signed }}">Node was approved {{ certificate.signed }}</time>{% if certificate.signer %} by {{ certificate.signer }}{% endif %},
expires
<time class="timeago" datetime="{{ certificate.expires }}">Certificate expires {{ certificate.expires }}</time>.
<time class="timeago" datetime="{{ certificate.expires }}">Node expires {{ certificate.expires }}</time>.
</p>
<p>
{% if session.tagging %}