1 2 3 4 5
#!/bin/sh addgroup -S acme || true adduser -SD -h /var/empty -s /sbin/nologin -G acme -g acme acme || true echo "Run the following command to finish configuring uacme:" echo "doas -u acme uacme new <email address>"