When you first install BigBlueButton on a server, the packaging scripts create a random 32 charactersharedSecret
The following command will create a new 32 character shared secret for your server
$ sudo bbb-conf --setsecret \$(openssl rand -base64 32 | sed 's/=//g' | sed 's/+//g' | sed 's/\///g')
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/a554b603-3458-4227-a8ab-34a6001b90d0%40googlegroups.com.