Add new(?) filename for some IMB certificates.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Jun 2023 13:03:01 +0000 (15:03 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Jun 2023 13:03:01 +0000 (15:03 +0200)
src/wx/dolby_doremi_certificate_panel.cc

index dc021b458a2885df36d749e7992544686872dbae..27d09bbde925947eb382d9c5b6416064aaf8d08f 100644 (file)
@@ -111,6 +111,11 @@ try_imb(vector<Location>& locations, string prefix, string serial)
 static void
 try_ims(vector<Location>& locations, string prefix, string serial)
 {
+       locations.push_back({
+               String::compose("%1%2xxx/Dolby-IMB-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
+               String::compose("Dolby-IMB-%1.cert.sha256.pem", serial)
+       });
+
        locations.push_back({
                String::compose("%1%2xxx/ims-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
                String::compose("ims-%1.cert.sha256.pem", serial)