Troubleshooting Tip: Revoked certificate prevent Admin UI access
| Description | This article describes how to regain admin access to the Admin UI after the certificate has been revoked. |
| Scope | FortiNAC. |
| Solution | Most browsers will refuse to open the Admin UI page if the web service certificate has been revoked. To resolve this issue, it is required to reset the web service certificate to a self‑signed certificate and then upload the new valid certificate through Admin UI.
keytool -delete -alias tomcat -keystore /bsc/campusMgr/.keystore -storepass ^8Bradford%23
keytool -genkey -alias tomcat -keyalg RSA -keysize 2048 -validity 3650 -dname 'CN=bradfordnetworks.com,OU=Bradford Networks,O=bni,L=Concord,ST=NH,C=US' -keypass ^8Bradford%23 -keystore /bsc/campusMgr/.keystore -storepass ^8Bradford%23
Useful CLI commands:
adminguitool SHOW adminguitool STATUS adminguitool RESTART
Related articles: Technical Tip: Correctly upload a certificate and its trust chain in the Captive Portal Technical Tip: How to create a certificate request and apply it to a service |
