diff options
Diffstat (limited to 'generate-and-upload-self-signed-keys.conf')
-rw-r--r-- | generate-and-upload-self-signed-keys.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/generate-and-upload-self-signed-keys.conf b/generate-and-upload-self-signed-keys.conf new file mode 100644 index 0000000..a83ab66 --- /dev/null +++ b/generate-and-upload-self-signed-keys.conf @@ -0,0 +1,8 @@ +#!/bin/bash + +# ignore these hosts +ignore_hosts=('localhost') + +# where should the certificates be published? +remote_host='user@example.com' +remote_dir='httpdocs/certs' |