Centos 的 Apache 配置 Let’s Encrypt SSL

1. 安裝客戶端(Certbot)

讓我們首先更新軟件包並安裝 Certbot。

$ sudo apt update && sudo apt install certbot python3-certbot-apache

2. 開始會取憑證

$ sudo certbot --apache