You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,10 @@ Continuous Integration and Delivery
56
56
57
57
Acknowledgements
58
58
========
59
-
Java Profiler sponsored by YourKit
60
-
[](https://www.yourkit.com/)
61
59
62
-
[See who has been contributing to RestComm](http://www.telestax.com/opensource/acknowledgments/)
60
+
*[](https://www.yourkit.com/) Java Profiler sponsored by YourKit
61
+
62
+
*[](https://www.ej-technologies.com/products/jprofiler/overview.html) JProfiler Open Source License
63
+
64
+
---
65
+
We also maintain a list of [all Restcomm contributors](http://www.telestax.com/opensource/acknowledgments/) on the Restcomm website, to acknowledge contributions by the broad open source community.
Copy file name to clipboardExpand all lines: restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ SECURESSL=FALSE
18
18
TRUSTSTORE_FILE='restcomm-crt.jks'#File should be located at $RESTCOMM_HOME/standalone/configuration folder. Provide just the name of the trustore file.
19
19
TRUSTSTORE_PASSWORD='changeme'#Password for the trustore file
20
20
TRUSTSTORE_ALIAS='restcomm'#The certificate alias
21
+
#comma separated protocols to set on SSLEngine, if empty use stack defaults
22
+
SSL_PROTOCOLS=''
23
+
#comma separated cipher suites to set on SSLEngine, if empty use stack defaults
24
+
SSL_CIPHER_SUITES=''
21
25
22
26
#HTTPS Settings
23
27
DISABLE_HTTP='false'#Control HTTP connector behavior. Values, TRUE=HTTP connector will be disable, FALSE=HTTP Connector will be active, REDIRECT= http -> https redirection will be enabled (For CLI RestAPI requests when redirect is active https needs to be used).
0 commit comments