Compare commits

...

1 Commits

Author SHA1 Message Date
Tanya Singh
26df98cf8d Fix typo in cloud_discovery script
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
2025-08-14 11:06:54 +08:00

View File

@@ -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');
}