forked from TrueCloudLab/lego
namedotcom: Improve documentation (#1109)
This commit is contained in:
parent
cd52839f18
commit
3213540c52
2 changed files with 12 additions and 4 deletions
|
@ -18,9 +18,13 @@ Configuration for [Name.com](https://www.name.com).
|
||||||
|
|
||||||
- Code: `namedotcom`
|
- Code: `namedotcom`
|
||||||
|
|
||||||
{{% notice note %}}
|
Here is an example bash command using the Name.com provider:
|
||||||
_Please contribute by adding a CLI example._
|
|
||||||
{{% /notice %}}
|
```bash
|
||||||
|
NAMECOM_USERNAME=foo.bar \
|
||||||
|
NAMECOM_API_TOKEN=a379a6f6eeafb9a55e378c118034e2751e682fab \
|
||||||
|
lego --dns="namedotcom" --domains="my.domain.com" --email="my@email.com" run
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,11 @@ URL = "https://www.name.com"
|
||||||
Code = "namedotcom"
|
Code = "namedotcom"
|
||||||
Since = "v0.5.0"
|
Since = "v0.5.0"
|
||||||
|
|
||||||
Example = ''''''
|
Example = '''
|
||||||
|
NAMECOM_USERNAME=foo.bar \
|
||||||
|
NAMECOM_API_TOKEN=a379a6f6eeafb9a55e378c118034e2751e682fab \
|
||||||
|
lego --dns="namedotcom" --domains="my.domain.com" --email="my@email.com" run
|
||||||
|
'''
|
||||||
|
|
||||||
[Configuration]
|
[Configuration]
|
||||||
[Configuration.Credentials]
|
[Configuration.Credentials]
|
||||||
|
|
Loading…
Reference in a new issue