ports/www/mod_tls/pkg-message
Bernard Spil e4321009ba security/mod_tls: Add new Apache httpd TLS module
* This (experimental) module was part of www/apache24 up to 2.4.62

Differential Revision:	https://reviews.freebsd.org/D48514
2025-01-25 13:06:17 +01:00

19 lines
375 B
Plaintext

[
{ type: install
message: <<EOM
To enable mod_tls, uncomment the LoadModule line in
apache24/modules.d/001-mod_tls.conf
LoadModule tls_module ${modDir}/mod_tls.so
This module can co-exist with mod_ssl, it is your configuration that
uses one or the other.
To switch from mod_ssl, check the documentation on
https://github.com/icing/mod_tls#configuration.
EOM
}
]