mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-23 03:38:03 +00:00
8 lines
160 B
Bash
Executable File
8 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
greenlock \
|
|
--agree-tos --email 'john.doe@gmail.com' \
|
|
--standalone \
|
|
--domains example.com,www.example.com \
|
|
--config-dir ~/acme.test/etc
|