mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
add a new http.conf option, sslbindaddr.
Because https is more secure than http, it usually makes sense to keep this service more open than the one on the unencrypted port. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48071 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -28,10 +28,13 @@ bindaddr=127.0.0.1
|
||||
;
|
||||
;prefix=asterisk
|
||||
|
||||
; HTTPS support: you need to enable it, define the port to use,
|
||||
; HTTPS support. In addition to enabled=yes, you need to
|
||||
; explicitly enable ssl, define the port to use,
|
||||
; and have a certificate somewhere.
|
||||
; sslenable=yes ; enable ssl - default no.
|
||||
; sslbindport=4433 ; port to use - default is 8089
|
||||
; sslbindaddr=0.0.0.0 ; address to bind to - default is bindaddr.
|
||||
;
|
||||
; sslcert=/tmp/foo.pem ; path to the certificate
|
||||
;
|
||||
; To produce a certificate you can e.g. use openssl
|
||||
|
Reference in New Issue
Block a user