/usr/share/doc/dhis-tools-genkeys/README is in dhis-tools-genkeys 5.0-8+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | This package includes a set of tools that may be used to manually
create DHIS records on a dynamic DNS server. The dhisd-5 software and 
the dhis-dns module are required.
	genid	is a program that parses the dhis.db file 
		and returns the next available ID number
	genpass	generates a random 15 character password
	genkeys	generates a set of private and public keys to be used 
		with QRC. Requires libgmp to be installed.
	register-p.sh	Adds a password record to the DHIS server.
			Calls genid and genpass.
	register-q.sh	Adds a QRC record to the DHIS server
			Calls genid and genkeys.
	Both register scripts assume DHIS standard locations and 
	execute genid, genpass and genkeys from /etc/dhis/bin
	Please edit and change as appropriate. 
	Both register scripts have the following syntax:
	register-?.sh hostname.domain "Contact Name" contact@address
	These are provided as is without any warranty and should be
	used as examples and not as solutions.
 |