mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 11:27:48 +00:00
Fix typo in cloud_discovery script
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
@@ -51,7 +51,7 @@ function set_cds_server() {
|
|||||||
|
|
||||||
if (!match(issuer, /Telecom Infra Project Issuing CA/)) {
|
if (!match(issuer, /Telecom Infra Project Issuing CA/)) {
|
||||||
ulog(LOG_INFO, 'Certificate type is "Demo" \n');
|
ulog(LOG_INFO, 'Certificate type is "Demo" \n');
|
||||||
est_server = 'openlan.keys.tip.build';
|
cds_server = 'openlan.keys.tip.build';
|
||||||
} else {
|
} else {
|
||||||
ulog(LOG_INFO, 'Certificate type is "TIP"\n');
|
ulog(LOG_INFO, 'Certificate type is "TIP"\n');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user