~ubuntu-branches/debian/sid/coturn/sid

« back to all changes in this revision

Viewing changes to examples/scripts/longtermsecuredb/secure_relay_with_db_sqlite.sh

  • Committer: Package Import Robot
  • Author(s): Oleg Moskalenko
  • Date: 2015-05-27 00:17:29 UTC
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20150527001729-x6r63z5s1steoc28
Tags: upstream-4.4.5.1
ImportĀ upstreamĀ versionĀ 4.4.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# 8) "--pkey=example_turn_server_pkey.pem" sets the OpenSSL private key name.
22
22
# 9) "--log-file=stdout" means that all log output will go to the stdout.
23
23
# 10) --cipher-list=ALL means that we support all OpenSSL ciphers
24
 
# 11) --oauth - mandate oAuth security dialog
 
24
# 11) --oauth - support oAuth security dialog
25
25
# Other parameters (config file name, etc) are default.
26
26
 
27
27
if [ -d examples ] ; then