diff --git a/example-standalone.bash b/example-standalone.bash deleted file mode 100755 index db7e3a6..0000000 --- a/example-standalone.bash +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -node bin/letsencrypt certonly \ - --agree-tos --email 'john.doe@gmail.com' \ - --standalone \ - --domains example.com,www.example.com \ - --server https://acme-staging.api.letsencrypt.org/directory \ - --config-dir ~/letsencrypt.test/etc diff --git a/examples/standalone.sh b/examples/standalone.sh new file mode 100755 index 0000000..30cc1de --- /dev/null +++ b/examples/standalone.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +greenlock \ + --agree-tos --email 'john.doe@gmail.com' \ + --standalone \ + --domains example.com,www.example.com \ + --config-dir ~/acme.test/etc