Let's EncryptのSSL証明書をインストールし、自動的に継続します.
513 ワード
最新版:https://www.zybuluo.com/c-Ku/note/863429 certbot:https://certbot.eff.org/
certbot公式サイトを開いて現在のホストで使用しているOSを選択します.例:I'm using Apache on Debian 7
現在のホストで使用されているソフトウェアプラットフォームcurl-Iホストipまたはアドレスの表示方法
次の2行です
終了したらrootフォルダの下にcertbot-autoというファイルが作成されます
詳細はcertbotを参照:https://certbot.eff.org/
certbot公式サイトを開いて現在のホストで使用しているOSを選択します.例:I'm using Apache on Debian 7
現在のホストで使用されているソフトウェアプラットフォームcurl-Iホストipまたはアドレスの表示方法
次の2行です
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
終了したらrootフォルダの下にcertbot-autoというファイルが作成されます
//
sudo ./certbot-auto --nginx
//
sudo ./certbot-auto renew --dry-run
詳細はcertbotを参照:https://certbot.eff.org/