No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gencert 230B

12345678
  1. #!/bin/bash
  2. d="$1"
  3. for i in www mail autoconfig read news cloud git; do
  4. if (getent hosts $i.$1 > /dev/null); then
  5. d="$d,$i.$1";
  6. fi
  7. done
  8. /root/letsencrypt/letsencrypt-auto certonly -c /etc/letsencrypt/cli.conf --domains $d