Difference between revisions of "F5 Big IP Device Certificate Update"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "Update GUI web interface certs ``` vim ssl.crt/server.crt vim ssl.key/server.key bigstart restart httpd && bigstart restart tomcat ``` https://support.f5.com/csp/article/K63...")
 
Line 1: Line 1:
 
Update GUI web interface certs
 
Update GUI web interface certs
 
```
 
```
 +
cd /config/httpd/conf
 
vim ssl.crt/server.crt
 
vim ssl.crt/server.crt
 
vim ssl.key/server.key
 
vim ssl.key/server.key

Revision as of 22:39, 10 January 2022

Update GUI web interface certs

cd /config/httpd/conf
vim ssl.crt/server.crt
vim ssl.key/server.key
bigstart restart httpd && bigstart restart tomcat

https://support.f5.com/csp/article/K6353

https://devcentral.f5.com/s/question/0D51T00006i7gYf/can-i-restart-gui-management-without-disrupting-connections