Revision f764f63a
Added by Jim Pingle over 5 years ago
src/etc/inc/unbound.inc | ||
---|---|---|
246 | 246 |
$tlscert_path = "{$g['unbound_chroot_path']}/sslcert.crt"; |
247 | 247 |
$tlskey_path = "{$g['unbound_chroot_path']}/sslcert.key"; |
248 | 248 |
|
249 |
// Enable SSL on the chosen or default port |
|
249 |
// Enable SSL/TLS on the chosen or default port
|
|
250 | 250 |
$tlsconfig .= "tls-port: {$tlsport}\n"; |
251 | 251 |
|
252 | 252 |
// Lookup CA and Server Cert |
Also available in: Unified diff
Update SSL refs to SSL/TLS. Fixes #10172