Let’s encrypt certificates Ubuntu with Apache2
Install Let’s encrypt You can install Let’s encrypt by running:
1 |
git clone https://github.com/letsencrypt/letsencrypt |
Go to the directory you cloned the git repository into and run:
1 |
./letsencrypt-auto certonly --standalone |
Certificates Read More