Displaying 1 result from an estimated 1 matches for "aen0jq".
2003 Nov 30
1
LCR with ENUM and DDNS: half the story
...13404
This creates the shared key, which will live in a file called
Kclient.example.com.+157+13404.key and .private
% cat Kclient.example.com.+157+13404.private
Private-key-format: v1.2
Algorithm: 157 (HMAC_MD5)
Key: I9FvX+F3fcSVLkzlPSVR9THww+oN6o0mj/JgKTu9auzMx0IM7lmBd9RIfk2cbHvoV9drGQVsk+svkrf+AeN0JQ==
Now on the server, let that key update e164.example.com. To do this, change named.conf
to have
key "client.example.com." {
algorithm HMAC-MD5;
secret "I9FvX+F3fcSVLkzlPSVR9THww+oN6o0mj/JgKTu9auzMx0IM7lmBd9RIfk2cbHvoV9drGQVsk+svkrf+AeN0JQ==";
};
zone "e164.example.com...