From 8cf26281ea3a83a099d155f756e9510d0c3df1a7 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Sat, 22 Feb 2020 15:21:22 +0100 Subject: [PATCH] Add Display Root Cert and format php statement --- ca/main.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ca/main.php b/ca/main.php index 100f566..b4bcb63 100644 --- a/ca/main.php +++ b/ca/main.php @@ -70,20 +70,21 @@ default: Certificate Management Control Panel. - ?stage=gen_crl>Update & View the Certificate Revocation List + Update & View the Certificate Revocation List Some applications automagically reference the Certificate Revocation List to determine certificate validity. It is not necessary to perform this update function, as the CRL is updated when certificates are revoked. However, doing so is harmless. Read the online help to learn more about this. - ?stage=dl_root>Download the Root Certificate + Download the Root Certificate + Display the Root Certificate (PEM Encoded) The "Root" certificate must be installed before using any of the certificates issued here. Read the online help to learn more about this. - ?stage=dl_crl>Download the Certificate Revocation List + Download the Certificate Revocation List This is the official list of revoked certificates. Using this list with your e-mail or browser application is optional. Some applications will automagically reference this list.