How do I renew a specfic certificate by its name?

certbot certificates

lists your certificates, what is the syntax for renewing one from this list?

these are not working
certbot renew domain.tld --dry-run
certbot renew -c domain.tld --dry-run
certbot renew -d domain.tld --dry-run

Currently, the renew verb is capable of either renewing all installed certificates that are due to be renewed or renewing a single certificate specified by its name. If you would like to renew specific certificates by their domains, use the certonly command instead. The renew verb may provide other options for selecting certificates to renew in the future.

How do I renew a specfic certificate by its name?

read the manual :smiley:

Yes thanks, I am blind, did not notice the certbot --help renew

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.