Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Build Status

Note

General information or additional context.

Tip

A helpful suggestion or best practice.

Important

Key information that shouldn’t be missed.

Warning

Critical information that highlights a potential risk.

Caution

TLS

Créer un certificat Letsencrypt avec un container

podman run --rm -it \
  -v "$PWD/certs/:/etc/letsencrypt/" \
  -v "$PWD/logs/:/var/log/letsencrypt/" \
  -p 80:80 docker.io/certbot/certbot certonly --standalone \
  -d <DOMAIN> \
  -d <DOMAIN>