This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Deleted Certificate now cannot log into web admin

In my haste to finish a project and return to my family, I deleted the certificate required for access via web admin. Is there a way to rectify this problem without reinstalling the software and starting from scratch?

I do not have a backup on a flash disk.

All help is appreciated.


This thread was automatically locked due to age.
  • Hi Jim,

    if you have access to the command line (console or ssh) you can try the following (as root):

    List all available backups:

    # list all available backups
    backup.plx -l
            cfg_13037_1210152453    Auto-Backup     admin   Wed May  7 09:27:33 2008
            cfg_22894_1210153114    Auto-Backup     admin   Wed May  7 09:38:34 2008
            cfg_23500_1210153700    Auto-Backup     admin   Wed May  7 09:48:20 2008
            cfg_23620_1210153754    Auto-Backup     admin   Wed May  7 09:49:14 2008
            cfg_5757_1210382101     Auto-Backup     system  Sat May 10 01:15:01 2008
            cfg_16946_1210986902    Auto-Backup     system  Sat May 17 01:15:02 2008
            cfg_28424_1211591701    Auto-Backup     system  Sat May 24 01:15:01 2008
            cfg_7567_1212196501     Auto-Backup     system  Sat May 31 01:15:01 2008
    # install an available backup
    backup.plx -i /var/confd/var/storage/snapshots/cfg_13037_1210152453
    Kind regards,
    Daniel