greenlock-cli.js/example-standalone.bash

9 lines
278 B
Bash
Raw Permalink Normal View History

2016-08-10 01:14:31 +00:00
#!/bin/bash
2016-08-10 02:39:39 +00:00
node bin/letsencrypt certonly \
--agree-tos --email 'coolaj86+le.1010@gmail.com' \
2016-08-10 01:13:26 +00:00
--standalone \
2016-08-10 01:14:31 +00:00
--domains pokemap.hellabit.com,www.pokemap.hellabit.com \
2016-08-10 01:13:26 +00:00
--server https://acme-staging.api.letsencrypt.org/directory \
2016-08-10 01:14:31 +00:00
--config-dir ~/letsencrypt.test2/etc