aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-27 20:21:40 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-27 20:21:40 +0000
commitac91407f4751c5e63c26579fd09b1555efed0f98 (patch)
treef3b9f6a7a605099a7646dda836794b09abc6b275 /configs
parent3a0d25f9f850cbb08a9945b52d50b7526c21fc26 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@48071 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/http.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 7ee1de9a5..cf5224f10 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -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