dqcache-makekey(1) make DNSCurve secret-key for dqcache

SYNOPSIS

dqcache-makekey

DESCRIPTION

dqcache-makekey creates secret-key (in hex format) for dqcache

EXAMPLE

(
  cd /etc/dqcache/env/
  umask 077
  dqcache-makekey > SECRETKEY.tmp
  mv -f SECRETKEY.tmp SECRETKEY
)