fix altnames example

Bu işleme şunda yer alıyor:
AJ ONeal 2020-04-29 15:29:45 +00:00
ebeveyn e8f2c39f79
işleme adf0c97301
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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