Issue a Let’s Encrypt certificate with certbot

certbot certonly --webroot -w /var/www/shop/public 
  -d shop.example.com -d www.shop.example.com 
  --agree-tos -m [email protected] --non-interactive