Changes between Version 22 and Version 23 of Nmm2022/Agenda/Netbox
- Timestamp:
- Jul 21, 2022, 5:38:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/Netbox
v22 v23 182 182 } 183 183 }}} 184 save the file and exit. Create the '''SECRET_KEY''' as follows. 184 185 === SECRET_KEY === 185 186 This 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. … … 188 189 {{{ 189 190 # python3 ../generate_secret_key.py 191 }}} 192 open the configuration file again and insert the '''SECRET_KEY'''. 193 {{{ 194 # vim configuration.py 190 195 }}} 191 196 When you have finished modifying the configuration, remember to save the file.