Example: Configuring Keys for DNSSEC

You can load a public key from a file or you can copy and paste the key file from a terminal. In both cases, tyou must save the keys to the configuration instead of to a file. The following example shows how to load a key from a file:

[edit system services dns dnssec trusted-keys]#load-key filename

The following example explains how to load the key from a terminal:

[edit system services dns dnssec trusted-keys]# set key “...pasted-text...”

If you are done loading the keys from the file or terminal, click commit in the CLI editor.

Related Topics