Merge pull request #15507 from hswong3i/master-SQUID_enable-ssl-crtd

squid: Enable dynamic SSL certificate generation
This commit is contained in:
Rosen Penev 2021-04-25 02:00:13 -07:00 committed by GitHub
commit 215a2e6518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"