Skip to content

Commit

Permalink
Moved out of my root directory :(
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberbec authored and sbeaver-netgate committed May 3, 2018
1 parent 80f95a6 commit 0877fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pfSense

peterberbec mods to support OCSP must-staple

## Overview

The pfSense project is a free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. pfSense software, with the help of the package system, is able to provide the same functionality or more of common commercial firewalls, without any of the artificial limitations. It has successfully replaced every big name commercial firewall you can imagine in numerous installations around the world, including Check Point, Cisco PIX, Cisco ASA, Juniper, Sonicwall, Netgear, Watchguard, Astaro, and more.
Expand Down
4 changes: 0 additions & 4 deletions src/usr/local/www/system_certmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1220,10 +1220,6 @@ function list_csrs() {
$certextinfo .= htmlspecialchars(implode(', ', $purpose['eku']));
$certextinfo .= '<br/>';
}
if (cert_get_ocspstaple($cert['crt'])) {
$certextinfo .= '<b>' . gettext("OCSP: ") . '</b> ';
$certextinfo .= gettext("Must Staple");
}
if (cert_get_ocspstaple($cert['crt'])) {
$certextinfo .= '<b>' . gettext("OCSP: ") . '</b> ';
$certextinfo .= gettext("Must Staple");
Expand Down

0 comments on commit 0877fe8

Please sign in to comment.