Index ソフト・ハード Certbot | Certbot 導入 |
機能 構成・方式 タスク Certbot導入 Git Yum |
CertbotクライアントGitインストール ・Git導入は済み。 ・Git リポジトリのコピー を取得 $ yum info certbot $ cd /usr/local (certbot/certbot-auto の場所) # git clone https://github.com/certbot/certbot
Cloning into 'certbot'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 85635 (delta 0), reused 0 (delta 0), pack-reused 85629
Receiving objects: 100% (85635/85635), 43.39 MiB | 7.80 MiB/s, done.
Resolving deltas: 100% (62715/62715), done.
・インストール # /usr/local/certbot/certbot-auto -n
yum は /bin/yum です
yum はハッシュされています (/bin/yum)
パッケージ gcc-4.8.5-39.el7.x86_64 はインストール済みか最新バージョンです
パッケージ augeas-libs-1.4.0-9.el7.x86_64 はインストール済みか最新バージョンです
パッケージ 1:openssl-1.0.2k-19.el7.x86_64 はインストール済みか最新バージョンです
パッケージ 1:openssl-devel-1.0.2k-19.el7.x86_64 はインストール済みか最新バージョンです
パッケージ ca-certificates-2018.2.22-70.0.el7_5.noarch はインストール済みか最新 バージョンです
パッケージ python-pip は利用できません。
パッケージ 1:mod_ssl-2.4.6-90.el7.centos.x86_64 はインストール済みか最新バージョンです
インストール:
libffi-devel.x86_64 0:3.0.13-18.el7
python-devel.x86_64 0:2.7.5-86.el7
python-tools.x86_64 0:2.7.5-86.el7
python-virtualenv.noarch 0:15.1.0-2.el7
redhat-rpm-config.noarch 0:9.1.0-88.el7.centos
依存性関連をインストールしました:
dwz.x86_64 0:0.11-3.el7 perl-srpm-macros.noarch 0:1-8.el7
python-rpm-macros.noarch 0:3-32.el7 python-srpm-macros.noarch 0:3-32.el7
python2-rpm-macros.noarch 0:3-32.el7 tcl.x86_64 1:8.5.13-8.el7
tix.x86_64 1:8.4.3-12.el7 tk.x86_64 1:8.5.13-6.el7
tkinter.x86_64 0:2.7.5-86.el7
完了しました!
Creating virtual environment...
Installing Python packages...
Installation succeeded.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Missing command line flags. For non-interactive execution,
you will need to specify a plugin on the command line.
Run with '--help plugins' to see a list of options,
and see https://eff.org/letsencrypt-plugins for more detail on
what the plugins do and how to use them.
CertbotクライアントYumインストール ・CentOS7 EPELリポジトリを追加 # yum install epel-release # git clone https://github.com/certbot/certbot・インストール # /usr/local/certbot/certbot-auto -n
|
All Rights Reserved. Copyright (C) ITCL |