bncert-toolによるWordPressの証明書の更新

トラブルシューティング
nekonisi
nekonisi

bncert-toolによるSSL証明書の更新手順です。

久々にブログ確認したらSSL証明書が切れていてアクセスできなかったので、SSL証明書の有効期限が切れていたのでアップデートした。
備忘のためにメモ(ついでに英語勉強のために翻訳)

 

手順

  1. 下記コマンドを実行して、bncert-toolを実行
    sudo /opt/bitnami/bncert-tool
  2. ガイダンスに従い、必要項目を入力する。
手順は以上

実行ログ

下記に実行ログとその翻訳(結構意訳)を記載します。

警告への同意

$sudo /opt/bitnami/bncert-tool


Warning: Custom redirections are not supported in the WordPress Multisite
packaged by Bitnami. This tool will not be able to enable/disable redirections.
Press [Enter] to continue:


訳
警告: Bitnami版のWordPressマルチサイトでは、カスタムリダイレクション(https://gliese.co.jp/success/pardot/custom_redirect.html)はサポートされていません。
当ツールでは、リダイレクトの有効化/無効化はできません。
続けるにはEnterを押してください:

Enterを押下して次に進みます。

ドメイン入力

----------------------------------------------------------------------------
Welcome to the Bitnami HTTPS Configuration tool.


----------------------------------------------------------------------------
Domains


Please provide a valid space-separated list of domains for which you wish to
configure your web server.


Domain list []: nekonisi.info ←設定するドメインを入力


Warning: A certificate for the list of domains you entered already exists. It
will be used instead of generating a new one.
Press [Enter] to continue:
----------------------------------------------------------------------------


訳:
----------------------------------------------------------------------------
BitnamiのHTTPS設定ツールにようこそ


----------------------------------------------------------------------------
Domains


あなたがWebサーバに設定したいドメインのリストをスペースで区切って入力してください。


ドメインのリスト []: nekonisi.info ←設定するドメインを入力


警告: 入力されたドメインは既に存在しています。新しく作成する代わりにこれを使用します。
続けるにはEnterを押してください:
----------------------------------------------------------------------------

Enterを押下して次に進みます。

実行内容の同意

Changes to perform


The following changes will be performed to your Bitnami installation:


1. Stop web server
2. Configure web server to use an existing Let's Encrypt certificate and renew:
/opt/bitnami/letsencrypt/certificates/nekonisi.info.crt
3. Configure a cron job to automatically renew the certificate each month
4. Configure web server name to: nekonisi.info
5. Start web server once all changes have been performed

Do you agree to these changes? [Y/n]: Y

訳:
変更を実施します。


Bitnamiのインストールにより、下記の変更が実施されます。


1. Webサーバの停止
2. 既存のLet's Encrypt証明書の使用および更新を行います。:
/opt/bitnami/letsencrypt/certificates/nekonisi.info.crt
3. 月毎に行われる証明書の自動更新のcronジョブの設定します。
4. Webサーバの名前をnekonisi.infoに設定します。
5. すべての設定が変更されたら、Webサーバを再開します。

これらの変更に同意しますか?[Y/n]: Y

 

規約への同意

----------------------------------------------------------------------------
Create a free HTTPS certificate with Let's Encrypt
Please provide a valid e-mail address for which to associate your Let's Encrypt
certificate.
Domain list: nekonisi.info
Server name: nekonisi.info
E-mail address []: ****@**** ←マスキングしています。
The Let's Encrypt Subscriber Agreement can be found at:
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
Do you agree to the Let's Encrypt Subscriber Agreement? [Y/n]: Y
訳:
----------------------------------------------------------------------------
Let's Encryptで無料のHTTPS証明書を作成します。
あなたのLet's Encrypt証明書に紐付ける有効なメールアドレスを入力してください。
ドメインリスト: nekonisi.info
サーバ名: nekonisi.info
メールアドレス []: ****@**** ←マスキングしています。
Let's Encryptの加入同意書は下記で確認ができます。
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
Let's Encryptの加入同意書に同意しますか?[Y/N]: Y

 

実行結果

----------------------------------------------------------------------------
Performing changes to your installation


The Bitnami HTTPS Configuration Tool will perform any necessary actions to your
Bitnami installation. This may take some time, please be patient.


----------------------------------------------------------------------------
Success


The Bitnami HTTPS Configuration Tool succeeded in modifying your installation.

The configuration report is shown below.

Backup files:
* /***/***/***/***/httpd.conf.back.*****
* /***/***/***/***/bitnami.conf.back.*****
* /***/***/***/***/bitnami-ssl.conf.back.*****
* /***/***/***/***/wordpress-https-vhost.conf.back.*****
* /***/***/***/***/wordpress-vhost.conf.back.*****

Find more details in the log file:

/tmp/bncert-*****.log

If you find any issues, please check Bitnami Support forums at:

GitHub - bitnami/vms: Bitnami VMs
Bitnami VMs. Contribute to bitnami/vms development by creating an account on GitHub.
Press [Enter] to continue: 訳: ---------------------------------------------------------------------------- インストールを実施中です BitnamiのHTTPS設定ツールは、Bitnamiのインストールに必要な処理を実行しています。 これには、少し時間がかかるかもしれません。ご了承ください。 ---------------------------------------------------------------------------- 成功しました BitnamiのHTTPS設定ツールは、インストールに成功しました。 下記が設定レポートです。 バックアップファイル: * /***/***/***/***/httpd.conf.back.***** * /***/***/***/***/bitnami.conf.back.***** * /***/***/***/***/bitnami-ssl.conf.back.***** * /***/***/***/***/wordpress-https-vhost.conf.back.***** * /***/***/***/***/wordpress-vhost.conf.back.***** 詳細なログは下記のファイルで確認できます: /tmp/bncert-*****.log なにか問題を発見したら、Bitnamiサポートフォーラムをチェックしてください:
GitHub - bitnami/vms: Bitnami VMs
Bitnami VMs. Contribute to bitnami/vms development by creating an account on GitHub.
続けるにはEnterを押してください:

Enter押下で終了

以上

コメント

タイトルとURLをコピーしました