Auto renewal of ssl certificates

Is there a way to autorenew ssl certificates for percona mysql on a scheduled basis?

Or is scheduling a cronjob the only option I have?

Thanks,

Mike

Are you using self signed certs, or getting your certs from another source, something like Venifi or Let’s Encrypt?

@Wayne_Leutwyler self signed

Yes. There is no built-in auto-rotation mechanism for self-signed certificates, but you can absolutely automate the process with a script and a scheduler (cron or a systemd timer).