Sign and verify zone files with ECC Keys

  1. Use dnssec-signzone command below to perform zone signing.

›_ Console

# dnssec-signzone -E pkcs11 -S -z -o exampleecc.net /var/named/exampleecc.net 
tmp6m8lzylk.jpg

Zone signing for ECC Key

This generates the exampleecc.net.signed file.

  1. Verify the signed zone file.

›_ Console

# dnssec-verify -E pkcs11 -z -o exampleecc.net /var/named/exampleecc.net.signed  \
tmpxjyaodwf.jpg

Zone verification for ECC Key