forked from TrueCloudLab/lego
dreamhost: Add CLI example (#983)
This commit is contained in:
parent
f69cd8d63d
commit
415e5343da
2 changed files with 10 additions and 4 deletions
|
@ -18,9 +18,12 @@ Configuration for [DreamHost](https://www.dreamhost.com).
|
||||||
|
|
||||||
- Code: `dreamhost`
|
- Code: `dreamhost`
|
||||||
|
|
||||||
{{% notice note %}}
|
Here is an example bash command using the DreamHost provider:
|
||||||
_Please contribute by adding a CLI example._
|
|
||||||
{{% /notice %}}
|
```bash
|
||||||
|
DREAMHOST_API_KEY="YOURAPIKEY" \
|
||||||
|
lego --domains "foo.example.com" --dns dreamhost --email some@email.com run
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,10 @@ URL = "https://www.dreamhost.com"
|
||||||
Code = "dreamhost"
|
Code = "dreamhost"
|
||||||
Since = "v1.1.0"
|
Since = "v1.1.0"
|
||||||
|
|
||||||
Example = ''''''
|
Example = '''
|
||||||
|
DREAMHOST_API_KEY="YOURAPIKEY" \
|
||||||
|
lego --domains "foo.example.com" --dns dreamhost --email some@email.com run
|
||||||
|
'''
|
||||||
|
|
||||||
[Configuration]
|
[Configuration]
|
||||||
[Configuration.Credentials]
|
[Configuration.Credentials]
|
||||||
|
|
Loading…
Reference in a new issue