Skip to content
Snippets Groups Projects
Commit 0aa634a4 authored by tee's avatar tee
Browse files

add random-coturn-credentials.sh

parent 22c4bda6
No related branches found
No related tags found
No related merge requests found
secret=staticAuthSecretHere
u=$((`date +%s` + 3600)):test
p=$(echo -n $u | openssl dgst -hmac $secret -sha1 -binary | base64)
echo -e "username: $u\npassword: $p"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment