This commit is contained in:
AJ ONeal 2016-08-09 23:40:41 -04:00
parent aa6f2ab492
commit 60dcbbd052
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
node bin/letsencrypt certonly \
--agree-tos --email 'coolaj86+le.1010@gmail.com' \
--agree-tos --email 'john.doe@gmail.com' \
--standalone \
--domains pokemap.hellabit.com,www.pokemap.hellabit.com \
--domains example.com,www.example.com \
--server https://acme-staging.api.letsencrypt.org/directory \
--config-dir ~/letsencrypt.test2/etc
--config-dir ~/letsencrypt.test/etc