1 2 3 4 5 6 7 8
#!/bin/bash # ignore these hosts ignore_hosts=('localhost') # where should the certificates be published? remote_host='user@example.com' remote_dir='httpdocs/certs'