Browse Source

Update README.md

Fix VSCALE example (add export before VSCALE_API_KEY)
pull/1916/head
pavelaks 6 years ago
committed by GitHub
parent
commit
4b581f3720
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/README.md

2
dnsapi/README.md

@ -454,7 +454,7 @@ The `Infoblox_Creds` and `Infoblox_Server` will be saved in `~/.acme.sh/account.
First you need to create/obtain API tokens on your [settings panel](https://vscale.io/panel/settings/tokens/).
```
VSCALE_API_KEY="sdfsdfsdfljlbjkljlkjsdfoiwje"
export VSCALE_API_KEY="sdfsdfsdfljlbjkljlkjsdfoiwje"
```
Ok, let's issue a cert now:

Loading…
Cancel
Save