Changes between Version 22 and Version 23 of Nmm2022/Agenda/Netbox


Ignore:
Timestamp:
Jul 21, 2022, 5:38:26 PM (22 months ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/Netbox

    v22 v23  
    182182}
    183183}}}
     184save the file and exit. Create the '''SECRET_KEY''' as follows.
    184185=== SECRET_KEY ===
    185186This parameter must be assigned a randomly-generated key employed as a salt for hashing and related cryptographic functions. (Note, however, that it is never directly used in the encryption of secret data.) This key must be unique to this installation and is recommended to be at least 50 characters long. It should not be shared outside the local system.
     
    188189{{{
    189190# python3 ../generate_secret_key.py
     191}}}
     192open the configuration file again and insert the '''SECRET_KEY'''.
     193{{{
     194# vim configuration.py
    190195}}}
    191196When you have finished modifying the configuration, remember to save the file.