[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Decrypting Configuration Files

To disable the encryption of configuration files on a device and make them readable to all:

  1. Enter operational mode in the CLI.
  2. To verify your permission to decrypt configuration files on this device, enter the following command and the encryption key for the device:
    user@host> request system set-encryption-key
    Enter EEPROM stored encryption key:
    Verifying EEPROM stored encryption key:
  3. At the second prompt, reenter the encryption key.
  4. Enter configuration mode in the CLI.
  5. To enable configuration file decryption, enter the following commands:
    user@host# edit system
    user@host# set no-encrypt-configuration-files
  6. To begin the decryption process, commit the configuration.
    user@host# commit
    commit complete

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]