Edit File: verb_help.cpython-36.opt-1.pyc
3 گaU � @ s d Z ddlmZ ddlmZ ddlmZ dddejdd �d d�fdd ddd�fddddd�fddddd�fddddd�fddddd�fd d!d"d#d�fd$d%d&d'd�fd(d)d*d+d�fd,d-d.d/d�fd0d1d2d3d�fd4d5d6d7d�fd8d9d:jej j ed;�d<��d=d�fd>d?d@dAd�fgZee�Z dBS )CzCThis module contain help information for verbs supported by certbot� )�SHORT_USAGE)�flag_default)�osz run (default)z*Obtain/renew a certificate, and install itz/Options for obtaining & installing certificatesz[SUBCOMMAND]� Zrun)�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] Zinstallz,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<List plugins that are installed and available on your systemz$Options for the "plugins" subcommandz certbot plugins [options] Zupdate_symlinksz:Recreate symlinks in your /etc/letsencrypt/live/ directoryzqRecreates certificate and key symlinks in {0}, if you changed them by hand or edited a renewal configuration fileZ config_dirZlivez' certbot update_symlinks [options] Zenhancez8Add security enhancements to your existing configurationzhHelps to harden the TLS configuration by adding security enhancements to already existing configuration.z certbot enhance [options] N)�__doc__Z#certbot._internal.cli.cli_constantsr Zcertbot._internal.cli.cli_utilsr Zcertbot.compatr �replace�format�path�joinZ VERB_HELP�dictZ VERB_HELP_MAP� r r �/usr/lib/python3.6/verb_help.py�<module> s|
Back to File Manager