LoginSignup
0
0

More than 5 years have passed since last update.

ServersMan@VPS+nginx+Let’s Encrypt使おうと思ったらつまずいた件(2019.03版)

Posted at

ServerMan@VPSのCentOS7ではこちらの通りyum installが物によってコケる現象があって、いろいろつまずいたのでメモ

最終的にこうすればよいかと

  • とりあえずnginxでhttpアクセスできるようにしておく。

以降でcertbot-autoが自動的に.conf関連をいじってくれます。

  • certbot-autoは公式の物でよいかと。

wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
  • yum install関連がコケるので以下のサイトを参考に自分でインストールした

sudo yum install -y epel-release
sudo yum install -y python-pip
sudo pip install virtualenv
  • 以上のサイトを組み合わせた渾身の一撃でうまく設定できました笑
sudo /path/to/certbot-auto --nginx --no-bootstrap

うまくいかなかったらコメントください。いつか返信します

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0