3368 Forks
30024 Stars
30024 Watchers

certbot

Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

How to download and setup certbot

Open terminal and run command
git clone https://github.com/certbot/certbot.git
git clone is used to create a copy or clone of certbot repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with certbot https://github.com/certbot/certbot/archive/master.zip

Or simply clone certbot with SSH
[email protected]:certbot/certbot.git

If you have some problems with certbot

You may open issue on certbot support forum (system) here: https://github.com/certbot/certbot/issues