mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 13:18:04 +00:00
fix altnames example
This commit is contained in:
parent
e8f2c39f79
commit
adf0c97301
@ -169,7 +169,7 @@ npx greenlock add --subject example.com --altnames example.com,www.example.com
|
||||
<!-- TODO update manager to write array rather than object -->
|
||||
|
||||
```json
|
||||
{ "sites": [{ "subject": "example.com", "altnames": ["example.com,www.example.com"] }] }
|
||||
{ "sites": [{ "subject": "example.com", "altnames": [ "example.com", "www.example.com" ] }] }
|
||||
```
|
||||
|
||||
### 4. Hello, Encrypted World!
|
||||
|
Loading…
x
Reference in New Issue
Block a user