Skip to content
Snippets Groups Projects
Commit e4157c0e authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed wrong test case (using bad base64 encoded string)

parent 93b17c43
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ system {
keys {
key0.example.net hmac-md5 "Wg=="; # key special for one remote
key1.example.net hmac-md5 "==gW"; # implicit key for whole zone
key1.example.net hmac-md5 "ZGFuCg=="; # implicit key for whole zone
}
remotes {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment