#!/bin/sh main() { certbot certonly \ --rsa-key-size 4096 \ --webroot -w /var/www/.acme \ -d "$1" } main "$@"