Nextcloud Installation - Part 12 Setup TURN Server for Nextcloud Talk

Аватар автора
PHP Developer's Haven: ресурсы и инструменты
We setup a TURN server to use with nextcloud TALK APP. Nextcloud document: Commands available here: Config file: # /etc/turnserver.conf # STUN server port is 3478 for UDP and TCP, and 5349 for TLS. # Allow connection on the UDP port 3478 #listening-port=3478 # and 5349 for TLS (secure) tls-listening-port=5349 # Require authentication fingerprint lt-cred-mech # We will use the longterm authentication mechanism, but if # you want to use the auth-secret mechanism, comment lt-cred-mech and # uncomment use-auth-secret static auth secret needs to be changed, in this tutorial # we&generate a token using OpenSSL use-auth-secret static-auth-secret=paste secret # ---- # If you decide to use use-auth-secret, After saving the changes, change the auth-secret using the following command: # sed -i "s/replace-this-secret/$(openssl rand -hex 32)/" /etc/turnserver.conf # This will replace the replace-this-secret text on the file with the generated token using openssl. # Specify the server name and the realm that will be used # if is your first time configuring, just use the domain as name server-name=server name realm=server name # Important: # Create a test user if you want # You can remove this user after testing #user=guest:somepassword total-quota=100 stale-nonce=600 # Path to the SSL certificate and private key. In this example we will use # the letsencrypt generated certificate files. cert=cert path pkey=private key path # Specify the allowed OpenSSL cipher list for...

0/0


0/0

0/0

0/0