a
}|ägg ã @ sü d Z ddlmZ ddde dd¡dd œfd
ddd
dœfdddddœfdddddœfdddddœfdddddœfddd d!dœfd"d#d$d%dœfd&d'd(d)dœfd*d+d,d-dœfd.d/d0d1dœfd2d3d4d5dœfd6d7d8d9dœfd:d;dd?d@dAdœfgZeeƒZdBS )CzCThis module contain help information for verbs supported by certboté )ÚSHORT_USAGEz
run (default)z*Obtain/renew a certificate, and install itz/Options for obtaining & installing certificatesz[SUBCOMMAND]Ú Úrun)ÚshortÚoptsÚusageZrealnameZcertonlyz4Obtain or renew a certificate, but do not install itz3Options for modifying how a certificate is obtainedz†
certbot certonly [options] [-d DOMAIN] [-d DOMAIN] ...
This command obtains a TLS/SSL certificate without installing it anywhere.)r r r Zrenewz:Renew all certificates (or one specified with --cert-name)a The 'renew' subcommand will attempt to renew any certificates previously obtained if they are close to expiry, and print a summary of the results. By default, 'renew' will reuse the plugins and options used to obtain or most recently renew each certificate. You can test whether future renewals will succeed with `--dry-run`. Individual certificates can be renewed with the `--cert-name` option. Hooks are available to run commands before and after renewal; see https://certbot.eff.org/docs/using.html#renewal for more information on these.z4
certbot renew [--cert-name CERTNAME] [options]
Zcertificatesz$List certificates managed by Certbotzn
certbot certificates [options] ...
Print information about the status of certificates managed by Certbot.Údeletez+Clean up all files related to a certificatez"Options for deleting a certificatez)
certbot delete --cert-name CERTNAME
Zrevokez>Revoke a certificate specified with --cert-path or --cert-namez&Options for revocation of certificatesz]
certbot revoke [--cert-path /path/to/fullchain.pem | --cert-name example.com] [options]
Úregisterz;Register for account with Let's Encrypt / other ACME serverz Options for account registrationz9
certbot register --email user@example.com [options]
Zupdate_accountz>Update existing account with Let's Encrypt / other ACME serverz Options for account modificationzH
certbot update_account --email updated_email@example.com [options]
Z
unregisterz#Irrevocably deactivate your accountz!Options for account deactivation.z"
certbot unregister [options]
Úinstallz,Install an arbitrary certificate in a serverz3Options for modifying how a certificate is deployedzc
certbot install --cert-path /path/to/fullchain.pem --key-path /path/to/private-key [options]
ZrollbackzBRoll back server conf changes made during certificate installationz5Options for rolling back server configuration changesz0
certbot rollback --checkpoints 3 [options]
Zpluginsz