最終更新:  

certbot の変更点


[[Certbot]]

[[EPEL/パッケージ]]

*インストール [#f91301be]
-
 yum install certbot python2-certbot-apache

*コマンド [#uf09ba99]
-sudo [[certbot --apache]]


**[[certbot certonly]] [#b394280e]
-Obtain or renew a certificate, but do not install it

--sudo [[certbot certonly --apache]]
--sudo [[certbot certonly --standalone]]


**[[certbot renew]] [#vc90cd3c]


*リポジトリ [#t2d9c500]
-https://github.com/certbot/certbot

*help [#g55e1170]
-
#geshi(){{
$ 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

  --apache          Use the Apache plugin for authentication & installation
  --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 or --cert-name)
    delete          Delete a certificate

manage your account:
    register        Create an ACME account
    unregister      Deactivate an ACME account
    update_account  Update an 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.)
  -h all                print a detailed help page including all topics
  --version             print the version number
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

}}

*メモ [#g2db6e2f]
- --register-unsafely-without-email

*設定ファイル [#yfab6ffa]
-[[Linux/etc/httpd/conf.d/vhosts-le-ssl.conf]]



*ログ [#qe220718]
-[[Linux/var/log/letsencrypt/letsencrypt.log]]
*証明書 [#rd0bc596]
-[[Linux/etc/letsencrypt]]

*[[Ubuntu/パッケージ]] [#f18f7f87]

-[[python3-certbot]]
-[[python3-certbot-apache]]
-[[python3-certbot-nginx]]
-[[python3-certbot-*]]



*ログ [#jd4524ad]
-[[Linux/var/log/letsencrypt/letsencrypt.log]]

*関連 [#r96ddc6a]
-[[Certbot]]