diff options
author | jim-p <jimp@pfsense.org> | 2011-05-11 16:10:08 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-05-11 16:10:49 -0400 |
commit | 728003c8934207a87e7c32a0aa2caecccf3ff8c1 (patch) | |
tree | ca55a1a50aaea389907ee1cdf3c8fa44f0bc1c0d /usr | |
parent | 51b9e41d9ec65536b6ee3f572d9896f7145ee724 (diff) | |
download | pfsense-728003c8934207a87e7c32a0aa2caecccf3ff8c1.zip pfsense-728003c8934207a87e7c32a0aa2caecccf3ff8c1.tar.gz |
Various CRL fixes, handle empty internal CRLs better.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_crlmanager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_crlmanager.php b/usr/local/www/system_crlmanager.php index 67e4b2f..72e795b 100644 --- a/usr/local/www/system_crlmanager.php +++ b/usr/local/www/system_crlmanager.php @@ -223,6 +223,7 @@ if ($_POST) { $crl['descr'] = $pconfig['descr']; $crl['caref'] = $pconfig['caref']; + $crl['method'] = $pconfig['method']; if ($pconfig['method'] == "existing") { $crl['text'] = base64_encode($pconfig['crltext']); |