summaryrefslogtreecommitdiff
path: root/generate-and-upload-self-signed-keys.conf
blob: a83ab6611cec845662b53faffb9f787577f6fef3 (plain)
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'