Renew SSL certificates with certbot via ssh

View all installed certificates and when they expired

certbot certificates

Create new certificate

sudo certbot --apache -d example.com -d www.example.com

Renew all sertificates:

certbot renew --apache

Renew with choice

sudo certbot --apache