mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-22 11:18:05 +00:00
Update README.md
This commit is contained in:
parent
33a923aee9
commit
84e9b06d60
31
README.md
31
README.md
@ -1,2 +1,29 @@
|
||||
# node-letsencrypt-cli
|
||||
CLI for node-letsencrypt modeled after the official client
|
||||
# letsencrypt-cli
|
||||
|
||||
CLI for node-letsencrypt modeled after the official client.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
npm install -g letsencrypt-cli
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Standalone
|
||||
|
||||
```bash
|
||||
letsencrypt certonly \
|
||||
--agree-tos --email john.doe@example.com \
|
||||
--standalone \
|
||||
--domains example.com,www.example.com
|
||||
```
|
||||
|
||||
### WebRoot
|
||||
|
||||
```bash
|
||||
letsencrypt certonly \
|
||||
--agree-tos --email john.doe@example.com \
|
||||
--webroot --webroot-path /srv/www/acme-challenge \
|
||||
--domains example.com,www.example.com
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user