aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/33/squid.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-16 14:44:35 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-16 14:44:35 -0300
commit39f4ee8a301be1328d5aafa5c029c24546cdb73f (patch)
treea6094eed78914797d4a1b5b0e8574a622e75722a /config/squid3/33/squid.xml
parentfcda795d11da3306ffb24dac82a002fd8afc2fad (diff)
downloadpfsense-packages-39f4ee8a301be1328d5aafa5c029c24546cdb73f.tar.gz
pfsense-packages-39f4ee8a301be1328d5aafa5c029c24546cdb73f.tar.bz2
pfsense-packages-39f4ee8a301be1328d5aafa5c029c24546cdb73f.zip
squid3-dev - include more options to ssl_crt, new custom_refresh_patter on cache tab, fix auth plugins names
Diffstat (limited to 'config/squid3/33/squid.xml')
-rw-r--r--config/squid3/33/squid.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/config/squid3/33/squid.xml b/config/squid3/33/squid.xml
index 25c1b212..dbaf0895 100644
--- a/config/squid3/33/squid.xml
+++ b/config/squid3/33/squid.xml
@@ -401,11 +401,17 @@
<size>3</size>
</field>
<field>
- <fielddescr>sslcrtd adapt</fielddescr>
+ <fielddescr>Certificate adapt</fielddescr>
<fieldname>interception_adapt</fieldname>
- <description><![CDATA[Pass original SSL server certificate information to the user. Allow the user to make an informed decision on whether to trust the server certificate.<br>Hint: setCommonName ssl::certDomainMismatch<br><a target=_new href='http://wiki.squid-cache.org/Features/MimicSslServerCert'>wiki doc with reference</a>]]></description>
- <type>input</type>
- <size>70</size>
+ <description><![CDATA[Pass original SSL server certificate information to the user. Allow the user to make an informed decision on whether to trust the server certificate.<br>Hint: Set subject CN<br><a target=_new href='http://wiki.squid-cache.org/Features/MimicSslServerCert'>wiki doc with reference</a>]]></description>
+ <type>select</type>
+ <options>
+ <option><name>Sets the "Not After" (setValidAfter).</name><value>setValidAfter</value></option>
+ <option><name>Sets the "Not Before" (setValidBefore).</name><value>setValidBefore</value></option>
+ <option><name>Sets CN property (setCommonName)</name><value>setCommonName</value></option>
+ </options>
+ <multiple/>
+ <size>3</size>
</field>
<field>
<name>Logging Settings</name>