Difference between revisions of "Certbot --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> certbot --help - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ... Certbot ca...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{lowercase}}
certbot --help
+
certbot --help
 
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
+
  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
+
  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
 
+
Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
+
Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
+
it will attempt to use a webserver both for obtaining and installing the
certificate. The most common SUBCOMMANDS and flags are:
+
certificate. The most common SUBCOMMANDS and flags are:
 
+
obtain, install, and renew certificates:
+
obtain, install, and renew certificates:
    (default) run  Obtain & install a certificate in your current webserver
+
    (default) run  Obtain & install a certificate in your current webserver
    certonly        Obtain or renew a certificate, but do not install it
+
    certonly        Obtain or renew a certificate, but do not install it
    renew          Renew all previously obtained certificates that are near
+
    [[certbot renew|renew]]           Renew all previously obtained certificates that are near expiry
expiry
+
     [[enhance]]         Add security enhancements to your existing configuration
     enhance        Add security enhancements to your existing configuration
+
    -d DOMAINS      Comma-separated list of domains to obtain a certificate for
  -d DOMAINS      Comma-separated list of domains to obtain a certificate for
+
 
+
  (the certbot apache plugin is not installed)
  (the certbot apache plugin is not installed)
+
  --standalone      Run a standalone webserver for authentication (the [[certbot nginx plugin]] is not installed)
  --standalone      Run a standalone webserver for authentication
+
    --webroot        Place files in a server's webroot folder for authentication
  (the certbot nginx plugin is not installed)
+
    --manual          Obtain certificates interactively, or using shell script hooks
  --webroot        Place files in a server's webroot folder for authentication
+
  --manual          Obtain certificates interactively, or using shell script
+
    -n              Run non-interactively
hooks
+
  --test-cert      Obtain a test certificate from a staging server
 
+
  --dry-run        Test "renew" or "certonly" without saving any certificates to disk
  -n              Run non-interactively
+
  --test-cert      Obtain a test certificate from a staging server
+
manage certificates:
  --dry-run        Test "renew" or "certonly" without saving any certificates
+
    [[certbot certificates|certificates]]   Display information about certificates you have from Certbot
to disk
+
    revoke          Revoke a certificate (supply --cert-path)
 
+
    delete          Delete a certificate
manage certificates:
+
    certificates    Display information about certificates you have from Certbot
+
manage your account with Let's Encrypt:
    revoke          Revoke a certificate (supply --cert-path)
+
    [[register]]       Create a Let's Encrypt [[ACME]] account
    delete          Delete a certificate
+
  --agree-tos      Agree to the ACME server's Subscriber Agreement
 
+
    -m EMAIL        Email address for important account notifications  
manage your account with Let's Encrypt:
+
    register        Create a Let's Encrypt ACME account
+
More detailed help:
  --agree-tos      Agree to the ACME server's Subscriber Agreement
+
  -m EMAIL        Email address for important account notifications
+
  -h, --help [TOPIC]    print this message, or detailed help on a topic; the available TOPICS are:
 
+
More detailed help:
 
 
 
  -h, --help [TOPIC]    print this message, or detailed help on a topic;
 
                        the available TOPICS are:
 
 
 
 
   all, automation, commands, paths, security, testing, or any of the
 
   all, automation, commands, paths, security, testing, or any of the
 
   subcommands or plugins (certonly, renew, install, register, nginx,
 
   subcommands or plugins (certonly, renew, install, register, nginx,
 
   apache, standalone, webroot, etc.)
 
   apache, standalone, webroot, etc.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
</pre>
 
  
 
== See also ==
 
== See also ==
 +
* {{certbot cmd}}
 
* {{certbot}}
 
* {{certbot}}
  
 
[[Category:Certbot]]
 
[[Category:Certbot]]

Latest revision as of 09:30, 2 June 2022

certbot --help

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
certificate. The most common SUBCOMMANDS and flags are:

obtain, install, and renew certificates:
    (default) run   Obtain & install a certificate in your current webserver
    certonly        Obtain or renew a certificate, but do not install it
    renew           Renew all previously obtained certificates that are near expiry
   enhance         Add security enhancements to your existing configuration
   -d DOMAINS       Comma-separated list of domains to obtain a certificate for

  (the certbot apache plugin is not installed)
  --standalone      Run a standalone webserver for authentication (the certbot nginx plugin is not installed)
   --webroot         Place files in a server's webroot folder for authentication
   --manual          Obtain certificates interactively, or using shell script hooks

   -n               Run non-interactively
  --test-cert       Obtain a test certificate from a staging server
  --dry-run         Test "renew" or "certonly" without saving any certificates to disk

manage certificates:
    certificates    Display information about certificates you have from Certbot
    revoke          Revoke a certificate (supply --cert-path)
    delete          Delete a certificate

manage your account with Let's Encrypt:
    register        Create a Let's Encrypt ACME account
  --agree-tos       Agree to the ACME server's Subscriber Agreement
   -m EMAIL         Email address for important account notifications 

More detailed help:

  -h, --help [TOPIC]    print this message, or detailed help on a topic; the available TOPICS are:

  all, automation, commands, paths, security, testing, or any of the
  subcommands or plugins (certonly, renew, install, register, nginx,
  apache, standalone, webroot, etc.)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

See also[edit]

Advertising: