fix altnames example

Cette révision appartient à :
AJ ONeal 2020-04-29 15:29:45 +00:00
Parent e8f2c39f79
révision adf0c97301
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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!