mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Fix json/yaml
This commit is contained in:
@@ -143,23 +143,19 @@ You can find additional information in regards to the required permissions in th
|
|||||||
<https://github.com/certbot/certbot/blob/master/certbot-dns-google/certbot_dns_google/__init__.py>
|
<https://github.com/certbot/certbot/blob/master/certbot-dns-google/certbot_dns_google/__init__.py>
|
||||||
|
|
||||||
### netcup dns challenge:
|
### netcup dns challenge:
|
||||||
```json
|
```yaml
|
||||||
{
|
email: hello@home-assistant.io
|
||||||
"email": "hello@home-assistant.io",
|
domains:
|
||||||
"domains": [
|
- home-assistant.io
|
||||||
"home-assistant.io"
|
certfile: fullchain.pem
|
||||||
],
|
keyfile: privkey.pem
|
||||||
"certfile": "fullchain.pem",
|
challenge: dns
|
||||||
"keyfile": "privkey.pem",
|
dns:
|
||||||
"challenge": "dns",
|
provider: dns-netcup
|
||||||
"dns": {
|
netcup_customer_id: '12345'
|
||||||
"provider": "dns-netcup",
|
netcup_api_key: ABCDEFGHIJKLMNOPQRST
|
||||||
"netcup_customer_id": "12345",
|
netcup_api_password: 1234567890ABCDEFGHIJK
|
||||||
"netcup_api_key": "ABCDEFGHIJKLMNOPQRST",
|
netcup_propagation_seconds: '600'
|
||||||
"netcup_api_password": "1234567890ABCDEFGHIJK",
|
|
||||||
"netcup_propagation_seconds": "600"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can create the api key and api password in your netcup customer control panel. Here you'll also find you customer id.
|
You can create the api key and api password in your netcup customer control panel. Here you'll also find you customer id.
|
||||||
|
|||||||
Reference in New Issue
Block a user