switch to hmac-sha256
This commit is contained in:
parent
6c3c741d84
commit
a93d531240
@ -32,7 +32,7 @@ use constant END_FOUND =>3;
|
|||||||
my $port = 53;
|
my $port = 53;
|
||||||
my $ttl = 3600;
|
my $ttl = 3600;
|
||||||
my $help = 0;
|
my $help = 0;
|
||||||
my $tsigalgo = 'hmac-md5';
|
my $tsigalgo = 'hmac-sha256';
|
||||||
my ($oldcert, $cert, $tsigname, $tsigkey, $server, $verbose, $tsig);
|
my ($oldcert, $cert, $tsigname, $tsigkey, $server, $verbose, $tsig);
|
||||||
my ($old_rr, $new_rr, $update, $resolver, $reply);
|
my ($old_rr, $new_rr, $update, $resolver, $reply);
|
||||||
|
|
||||||
@ -203,7 +203,7 @@ Base64 encoding of the TSIG key.
|
|||||||
|
|
||||||
=item B<-tsigalgo>
|
=item B<-tsigalgo>
|
||||||
|
|
||||||
Algorithm of the TSGI key, default hmac-md5.
|
Algorithm of the TSGI key, default hmac-sha256.
|
||||||
|
|
||||||
=item B<-oldcert>
|
=item B<-oldcert>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user