Browse Source

Add sftp with password to copy files (0.40)

pull/43/head
srvrco 10 years ago
parent
commit
d7b3a31cef
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -55,10 +55,11 @@
# 2016-05-21 added PUBLIC_DNS_SERVER option, for when an external, not internal DNS server is required. (0.37)
# 2016-05-28 added FTP method of uploading tokens to remote server (blocked for certs as not secure) (0.38)
# 2016-05-28 added FTP method into the default config notes. (0.39)
# 2016-05-30 Add sftp with password to copy files (0.40)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="0.39"
VERSION="0.40"
# defaults
CA="https://acme-staging.api.letsencrypt.org"


Loading…
Cancel
Save