Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
dqcache-makekey(8)	    System Manager's Manual	    dqcache-makekey(8)

NAME
       dqcache-makekey - 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
       )

SEE ALSO
       dqcache(8)

       https://mojzis.com/software/dq
       https://dnscurve.org/

							    dqcache-makekey(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dqcache-makekey&sektion=8&manpath=FreeBSD+Ports+14.3.quarterly>

home | help