2016-08-10 01:14:31 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2016-08-10 01:13:26 +00:00
|
|
|
letsencrypt certonly \
|
2016-08-10 01:14:31 +00:00
|
|
|
--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
|