Forum Discussion

Tyler_Nelson's avatar
Tyler_Nelson
Icon for Altostratus rankAltostratus
Jun 13, 2022
Solved

SSL Certificate Alerts via Email

Hello,  This is my first post here and I am relatively new to this and have been lightly working with the f5 for a few years but nothing to this extent. I am trying to setup receiving emails for whe...
  • Tyler_Nelson's avatar
    Tyler_Nelson
    Jun 27, 2022

    Leslie_Hubertus - I was actually able to fix the issue. I wasn't able to find anything wrong with the current configuration that I had so I went ahead with the crontab creation. I put in the following code and now I am reciving emails daily at 0801. I still cannot get it to run using ./automated_certificate_email.sh but it is sending emails and that is all that I wanted. Now to move on to more alerts.

    ## Section for Automated SSL Certificate Report
    01 08 * * * /var/tmp/automated_certificate_email.sh
    ## End Section for Automated SSL Certificate Report