Skip to content

Commit

Permalink
Update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Jan 22, 2025
1 parent 8c1414d commit 52255a9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
14 changes: 13 additions & 1 deletion letslexicon/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,19 @@ To use this add-on, you need to supply the config for your DNS provider
- Allows to request wildcard certificates (\*.yourdomain.com)
- Doesn’t need you to open a port to your hass.io host on your router.

You always need to provide the email and domain entries within the configuration:
### Configuration Note

If using the 'UI' editor, do not include the "dns" key. ie in the _DNS Configuration_ section you will just have something like

```yaml
provider: godaddy
godaddy_auth_key: SPECIFY THE KEY TO ACCESS THE API
godaddy_auth_secret: SPECIFY THE SECRET TO ACCESS THE API
```
### Minimum Configuration
You always need to provide the email and domain entries within the configuration yaml, or in the UI:
```yaml
email: [email protected]
Expand Down
14 changes: 13 additions & 1 deletion letslexicon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,19 @@ To use this add-on, you need to supply the config for your DNS provider
- Allows to request wildcard certificates (\*.yourdomain.com)
- Doesn’t need you to open a port to your hass.io host on your router.

You always need to provide the email and domain entries within the configuration:
### Configuration Note

If using the 'UI' editor, do not include the "dns" key. ie in the _DNS Configuration_ section you will just have something like

```yaml
provider: godaddy
godaddy_auth_key: SPECIFY THE KEY TO ACCESS THE API
godaddy_auth_secret: SPECIFY THE SECRET TO ACCESS THE API
```
### Minimum Configuration
You always need to provide the email and domain entries within the configuration yaml, or in the UI:
```yaml
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion letslexicon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Let's Encrypt with Lexicon
version: 3.0.6
version: 3.1.0
slug: letslexicon
description: Manage certificate from Let's Encrypt using Lexicon DNS
url: https://github.com/troykelly/hassio-addons-letsencrypt-lexicon/
Expand Down

0 comments on commit 52255a9

Please sign in to comment.