mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
595 B
22 lines
595 B
#
|
|
# Path to secrets cache file. Must be writable.
|
|
#
|
|
cache_path=zrtp_cache.dat
|
|
|
|
#
|
|
# ZID - must be set to a unique random identifier on installation.
|
|
# if none is provided, a random one will be generated - this should be
|
|
# then taken into zrtp.conf to support key continuity.
|
|
#
|
|
#zid_hex="d4d8bb2d7d3536244cb67598"
|
|
|
|
# random_entropy_bytes - bytes to read from /dev/random to zrtp entropy pool
|
|
# Warning: can stall the startup process if there's many bytes read.
|
|
# If there's too little, packets might get dropped.
|
|
#
|
|
# default: 172
|
|
#
|
|
#random_entropy_bytes=512
|
|
#
|
|
#random_entropy_bytes=0 # disable
|