mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-23 11:38:05 +00:00
9 lines
186 B
Bash
9 lines
186 B
Bash
#!/bin/bash
|
|
|
|
greenlock \
|
|
--agree-tos --email 'john.doe@gmail.com' \
|
|
--serve
|
|
--root /root/www/example.com \
|
|
--domains example.com,www.example.com \
|
|
--config-dir ~/acme.test/etc
|