mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
nicer docs
git-svn-id: file:///svn/unbound/trunk@2255 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
7e315dafcf
commit
741e28309e
2 changed files with 4 additions and 8 deletions
|
|
@ -68,8 +68,7 @@ The default is /root\-anchors/root\-anchors.xml.
|
|||
.B \-s \fIpath
|
||||
The pathname to the root\-anchors.p7s file on the server. (forms URL with \-u).
|
||||
The default is /root\-anchors/root\-anchors.p7s. This file has to be a PKCS7
|
||||
signature over the xml file, using the pem file (\-c) as trust anchor, and
|
||||
with possibly intermediate certificates from the \-p file.
|
||||
signature over the xml file, using the pem file (\-c) as trust anchor.
|
||||
.TP
|
||||
.B \-4
|
||||
Use IPv4 for domain resolution and contacting the server on https. Default is
|
||||
|
|
|
|||
|
|
@ -100,15 +100,12 @@ usage()
|
|||
"Most options have defaults.\n");
|
||||
printf(" Run this program before you start the validator.\n");
|
||||
printf("\n");
|
||||
printf(" The anchor and cert are filled with default builtin\n");
|
||||
printf(" values if the file does not exist or is empty.\n");
|
||||
printf(" The anchor and cert have default builtin content\n");
|
||||
printf(" if the file does not exist or is empty.\n");
|
||||
printf("\n");
|
||||
printf("-a file root key file, default %s\n", ROOT_ANCHOR_FILE);
|
||||
printf(" The key is input and output for this tool.\n");
|
||||
printf("-c file cert file, default %s\n", ROOT_CERT_FILE);
|
||||
/* TODO
|
||||
printf("-o file output key file, if enabled new key written"
|
||||
" there and exit code 4 for manual change\n");
|
||||
*/
|
||||
printf("-u name server in https url, default %s\n", URLNAME);
|
||||
printf("-x path pathname to xml, default %s\n", XMLNAME);
|
||||
printf("-s path pathname to p7s, default %s\n", P7SNAME);
|
||||
|
|
|
|||
Loading…
Reference in a new issue