letsencrypt

automatically configure HTTPS using Let's Encrypt

Debian Debian
RUN apt-get update && \ apt-get install -y certbot
Ubuntu
RUN apt-get update && \ apt-get install -y letsencrypt
Alpine
RUN apk add certbot
Arch Arch Linux
RUN pacman -S --noconfirm certbot
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y certbot
Fedora
RUN dnf install -y certbot
Raspbian
RUN apt-get update && \ apt-get install -y certbot
click the source code to copy install letsencrypt on any operating system with command-not-found.com