wget https://raw.githubusercontent.com/JulFoii/MailcowCertCopyScript/main/copy_mailcow_cert.sh
Open the file with a text editor (nano copy_mailcow_cert.sh)
Adjust the variables according to your configuration
Save and Close the file
chmod +x copy_mailcow_cert.sh
./copy_mailcow_cert.sh
Add the following line to the crontab Open the crontab with the command:
crontab -e
Insert the line, save and close the file
0 1 * */2 * /path/to/script/copy_mailcow_cert.sh
The script is executed with the crontab entry on the first day of every second month
You can customize the cronjob to your liking