mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 00:00:51 -05:00
- Updated default keylength in unbound-control-setup to 3k.
git-svn-id: file:///svn/unbound/trunk@3361 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
bac2305fa6
commit
3568ea8bb5
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
12 March 2015: Wouter
|
||||||
|
- Updated default keylength in unbound-control-setup to 3k.
|
||||||
|
|
||||||
10 March 2015: Wouter
|
10 March 2015: Wouter
|
||||||
- Fix lintian warning in unbound-checkconf man page (from Andreas
|
- Fix lintian warning in unbound-checkconf man page (from Andreas
|
||||||
Schulze).
|
Schulze).
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ CLIENTNAME=unbound-control
|
||||||
DAYS=7200
|
DAYS=7200
|
||||||
|
|
||||||
# size of keys in bits
|
# size of keys in bits
|
||||||
BITS=1536
|
BITS=3072
|
||||||
|
|
||||||
# hash algorithm
|
# hash algorithm
|
||||||
HASH=sha256
|
HASH=sha256
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue