From dc8adb35a6c7076ec5192bdfaa17f103a1a287d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 14 Jun 2021 13:41:57 +0300 Subject: [PATCH] Move away from X.509 terminology --- templates/views/authority.html | 8 ++++---- templates/views/signed.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/views/authority.html b/templates/views/authority.html index 8858d16..91a766e 100644 --- a/templates/views/authority.html +++ b/templates/views/authority.html @@ -130,7 +130,7 @@ curl http://{{ authority.namespace }}/api/revoked/?wait=yes -L -H "Accept: appli
-

Signed certificates

+

Valid nodes

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 %}

-

Showing - of total - certificates

+

Showing - of total - nodes

{% if session.features.token %} @@ -192,7 +192,7 @@ curl http://{{ authority.namespace }}/api/revoked/?wait=yes -L -H "Accept: appli

 

Pending requests

-

Use Certidude client to apply for a certificate. +

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

-

Revoked certificates

+

Revoked nodes

Following certificates have been revoked{% if session.features.crl %}, for more information click here{% endif %}.

diff --git a/templates/views/signed.html b/templates/views/signed.html index 027835c..516cd37 100644 --- a/templates/views/signed.html +++ b/templates/views/signed.html @@ -22,10 +22,10 @@ {% endif %} - Signed - {% if certificate.signer %} by {{ certificate.signer }}{% endif %}, + Approved + {% if certificate.signer %} by {{ certificate.signer }}{% endif %}, expires - . + .

{% if session.tagging %}