LoginSignup
1
0

More than 5 years have passed since last update.

rfc5766-turn-serverのRedis連携時のkeyの中に入れるvalueの生成方法

Last updated at Posted at 2017-01-27

結論

MD5("ユーザー名:realm:設定したいパスワード")で出てきた値がvalueです。

ユーザー名をhoge
パスワード(credential)をhuga
realmをexample.com

の場合

MD5("hoge:example.com:huga")

で生成した値を、Redisに

set "turn/realm/example.com/user/hoge/key" "<生成した値>"

で入れてあげればおk

参考文献

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0