Risposta alle domande più comuni
Salve
deve effettuare un rinnovo certificati nella sezione apposita
selezionando il certificato scaduto potrà , premendo il tasto rinnova , generare un nuovo certificato facendo sparire così il messaggio di errore
qualora il tasto rinnova non fosse abilitato un altra soluzione è quella di accedere tramite interfaccia CLI ( presente sempte nella pagine web del dispositivo ) e accedndo come amministratore digitare il seguente comando
api POST /access_control/webui/actions/generate '{"data":{"force":"1"}}
In alternativa, se il primo suggerimento non fosse utile e si utilizzassero altri certificati (non uhttpd.crt) per le connessioni HTTPS, è possibile provare i seguenti passaggi per rinnovare il certificato scaduto:
- Disable the Redirect to HTTPS option in the HTTP configuration settings.
- Configure the system to continue using the expired certificates for HTTPS.
- Access the WebUI using the HTTP protocol (otherwise, the interface may remain inaccessible).
- Once logged in, the renewal notification with the “Renew” button should appear.
- Click “Renew” to regenerate the expired certificates.
Saluti