From 26fa51d6378186e59e7ccaad059e52ded803a233 Mon Sep 17 00:00:00 2001 From: "Steven M. Miano" Date: Tue, 26 Feb 2019 06:28:17 -0500 Subject: [PATCH] adding the URL for the UltraDNS portal --- dnsapi/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index c5a80d78..00b580b8 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -1261,7 +1261,10 @@ acme.sh --issue --dns dns_online -d example.com -d www.example.com ## 66. Use UltraDNS API -Set your UltraDNS User name, and password +Set your UltraDNS User name, and password; these would be the same you would use here: + +https://portal.ultradns.com/ - or if you create an API only user, that username and password would be better utilized. + ``` export ULTRA_USR="abcd" export ULTRA_PWD="efgh"