在Ubuntu上安装Let’s Encrypt之前,确保已经安装了以下依赖:
sudo apt update
sudo apt install software-properties-common
sudo apt install python3 python3-certbot-apache
或者
sudo apt install python3 python3-certbot-nginx
根据您的Web服务器选择相应的Certbot版本。
sudo apt install certbot
sudo apt install libnss3-tools
完成以上步骤后,您已经成功安装了Let’s Encrypt的所有依赖项。现在您可以使用Certbot来为您的域名获取和安装SSL证书了。