From b89dc6ead41121709c11c5188f98e00f6d1c802f Mon Sep 17 00:00:00 2001 From: Marcus Grando Date: Tue, 22 Jun 2021 14:30:40 -0300 Subject: [PATCH] Updated to AZION_Email on Azion API --- dnsapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 6f95218..1db465e 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2649,7 +2649,7 @@ Please report any issue to https://github.com/acmesh-official/acme.sh/issues/345 Export your username/password as environment variables: ``` -export AZION_Username="user@example.com" +export AZION_Email="user@example.com" export AZION_Password="password" ```