Persistent certificate metadata storage #399
-
|
Hallo, I have not been able to find any documentation on how to persistently store the certificate metadata (customer, site, technician, etc.) in ShredOS. Is there already a recommended way to configure this, for example via config files on the boot device? Since ShredOS can already store the certificates themselves persistently on the boot medium, would it be possible to add a similar option for the related metadata as well? Having these fields loaded automatically on boot (with the option to adjust them per job) would make repeated use much easier and reduce errors. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Depending upon how you are booting, ShredOS/nwipe already stores customer lists, selected customer and organisation details. Assuming you are booting from a USB stick and importantly it's formatted as either exfat, fat16 or fat32 (as described by fdisk) then any changes you make when you go into the config screen ( press c on drive selection screen) will be saved to the USB device in /etc/nwipe/nwipe.conf and /etc/nwipe/nwipe_customers.csv When ShredOS boots it looks for the USB boot disc and retrieves nwipe.conf and nwipe_customers.csv /etc/nwipe/nwipe.conf /etc/nwipe/nwipe_customers.csv If booting via PXE with no local boot drive shredos will retrieve these files via the network if you have setup a tftp, ftp or sftp server. A important thing to remember is that any changes to this data via the c (config) option screen, are only saved to USB or server when nwipe exits, when you select Y to the question Save Changes they are saved to local RAM drive in ShredOS. They are only saved to USB/server when nwipe exits. If running nwipe on a distro they are saved to /etc/nwipe/ after you confirm you want them saved in the menus. You can manually edit the nwipe.conf and csv files but they require strict formatting as shown above. If you make an error nwipe may not retrieve the data. So it's often easier to setup the files via the C (config) screen in nwipe, press c on the drive selection screen to access config. |
Beta Was this translation helpful? Give feedback.
Depending upon how you are booting, ShredOS/nwipe already stores customer lists, selected customer and organisation details.
Assuming you are booting from a USB stick and importantly it's formatted as either exfat, fat16 or fat32 (as described by fdisk) then any changes you make when you go into the config screen ( press c on drive selection screen) will be saved to the USB device in /etc/nwipe/nwipe.conf and /etc/nwipe/nwipe_customers.csv
When ShredOS boots it looks for the USB boot disc and retrieves nwipe.conf and nwipe_customers.csv
/etc/nwipe/nwipe.conf