Browse Source

fix altnames example

github
AJ ONeal 4 years ago
parent
commit
adf0c97301
  1. 2
      README.md

2
README.md

@ -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…
Cancel
Save