summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-21 15:11:14 -0400
committerjim-p <jimp@pfsense.org>2010-10-21 15:11:14 -0400
commitfc54f29bf4c599c17f59cb5eaf9841551d2841be (patch)
tree4bd93cb8d5f1abd5b6203d4867c982f8f8de3a21 /etc
parent8e022a760ad6dfee1fa020c4b10d9b895ef46673 (diff)
downloadpfsense-fc54f29bf4c599c17f59cb5eaf9841551d2841be.zip
pfsense-fc54f29bf4c599c17f59cb5eaf9841551d2841be.tar.gz
Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/certs.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/certs.inc b/etc/inc/certs.inc
index 4d00908..f177c9e 100644
--- a/etc/inc/certs.inc
+++ b/etc/inc/certs.inc
@@ -444,8 +444,7 @@ $openssl_crl_status = array(
OCSP_REVOKED_STATUS_AFFILIATIONCHANGED => "Affiliation Changed",
OCSP_REVOKED_STATUS_SUPERSEDED => "Superseded",
OCSP_REVOKED_STATUS_CESSATIONOFOPERATION => "Cessation of Operation",
- OCSP_REVOKED_STATUS_CERTIFICATEHOLD => "Certificate Hold",
- OCSP_REVOKED_STATUS_REMOVEFROMCRL => "Remove from CRL"
+ OCSP_REVOKED_STATUS_CERTIFICATEHOLD => "Certificate Hold"
);
function crl_create(& $crl, $caref, $name, $serial=0, $lifetime=9999) {
OpenPOWER on IntegriCloud