Browse Source
Merge pull request #15507 from hswong3i/master-SQUID_enable-ssl-crtd
squid: Enable dynamic SSL certificate generation
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
net/squid/Config.in
|
|
@ -25,7 +25,7 @@ if PACKAGE_squid |
|
|
|
config SQUID_enable-ssl-crtd |
|
|
|
bool "Enable dynamic SSL certificate generation " |
|
|
|
depends on !SQUID_use-gnutls |
|
|
|
default n |
|
|
|
default y |
|
|
|
|
|
|
|
config SQUID_auth-basic |
|
|
|
bool "Enable the Basic authentication scheme" |
|
|
|