cmd/certbot/renew

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 00:57, 28 November 2022 by Woozle (talk | contribs) (Created page with "{{fmt/title/cmd|certbot renew}} The 'renew' subcommand will attempt to renew all certificates (or more precisely, certificate lineages) you have previously obtained if they ar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
certbot renew command

{{#set: page title=certbot renew }}

The 'renew' subcommand will attempt to renew all certificates (or more precisely, certificate lineages) you have previously obtained if they are close to expiry, and print a summary of the results. By default, 'renew' will reuse the options used to create obtain or most recently successfully renew each certificate lineage. You can try it with `--dry-run` first. For more fine-grained control, you can renew individual lineages with the `certonly` subcommand. Hooks are available to run commands before and after renewal; see https://certbot.eff.org/docs/using.html#renewal for more information on these.