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

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
vim ssl.crt/server.crt
 
vim ssl.crt/server.crt
 
vim ssl.key/server.key
 
vim ssl.key/server.key
bigstart restart httpd && bigstart restart tomcat
+
tmsh restart sys service httpd
 +
tmsh restart sys service gtmd
 +
tmsh restart sys service big3d
 
```
 
```
  
 +
bigstart restart httpd && bigstart restart tomcat
  
 
https://support.f5.com/csp/article/K6353
 
https://support.f5.com/csp/article/K6353
  
 
https://devcentral.f5.com/s/question/0D51T00006i7gYf/can-i-restart-gui-management-without-disrupting-connections
 
https://devcentral.f5.com/s/question/0D51T00006i7gYf/can-i-restart-gui-management-without-disrupting-connections

Revision as of 00:16, 11 January 2022

Update GUI web interface certs

cd /config/httpd/conf
vim ssl.crt/server.crt
vim ssl.key/server.key
tmsh restart sys service httpd
tmsh restart sys service gtmd
tmsh restart sys service big3d

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