BIG-IP: Difference between revisions

From The Brain Rot MediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Upgrade:'''
__TOC__


==  '''Upgrade:''' ==
Make a backup first "/etc/dehydrated/ " this will be lost after a upgrade.
Make a backup first "/etc/dehydrated/ " this will be lost after a upgrade.


Upgrade the system, and then restore your "dehydrated"  
Upgrade the system, and then restore your "dehydrated"  


'''commands, after restore:'''
=== '''commands, after restore:''' ===
 
/etc/dehydrated/  
/etc/dehydrated/  


Line 13: Line 13:
chmod +x dehydrated  
chmod +x dehydrated  


'''Crontab change:'''  
=== '''Crontab change:''' ===
 
crontab -e
crontab –e


'''Add the following line:'''  
'''Add the following line:'''  
Line 23: Line 22:
(Will run every monday at 10.15u. Logs in /var/log/dehydrated.log)
(Will run every monday at 10.15u. Logs in /var/log/dehydrated.log)


== '''Save your config:''' ==
tmsh save /sys config


'''Save your config:'''  
== '''Making your cert:''' ==
openssl pkcs12 -in your.pfx -clcerts -nokeys -out server.crt


tmsh save /sys config
openssl pkcs12 -in your.pfx -nocerts -nodes -out server.key

Latest revision as of 09:11, 14 June 2026

Upgrade:

Make a backup first "/etc/dehydrated/ " this will be lost after a upgrade.

Upgrade the system, and then restore your "dehydrated"

commands, after restore:

/etc/dehydrated/

chmod +x *.sh

chmod +x dehydrated

Crontab change:

crontab -e

Add the following line:

15 10 * * 1 /etc/dehydrated/dehydrated -c 1>/var/log/dehydrated.log 2>&1

(Will run every monday at 10.15u. Logs in /var/log/dehydrated.log)

Save your config:

tmsh save /sys config

Making your cert:

openssl pkcs12 -in your.pfx -clcerts -nokeys -out server.crt

openssl pkcs12 -in your.pfx -nocerts -nodes -out server.key