diff --git a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery index 3a2dd242a..85b411c71 100755 --- a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery +++ b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery @@ -51,7 +51,7 @@ function set_cds_server() { if (!match(issuer, /Telecom Infra Project Issuing CA/)) { ulog(LOG_INFO, 'Certificate type is "Demo" \n'); - est_server = 'openlan.keys.tip.build'; + cds_server = 'openlan.keys.tip.build'; } else { ulog(LOG_INFO, 'Certificate type is "TIP"\n'); }