\ No newline at end of file
diff --git a/data/certs.ar b/data/certs.ar
new file mode 100644
index 0000000..d2cee3e
Binary files /dev/null and b/data/certs.ar differ
diff --git a/html/device.htm b/html/device.htm
index 7dad2be..0147a6c 100644
--- a/html/device.htm
+++ b/html/device.htm
@@ -88,6 +88,10 @@
Device ID:
Loading...
+
+
Certificates:
+
Loading...
+
@@ -103,6 +107,11 @@
$("#app-ver").text(cfg["app-ver"] + " (html 0.6.0)");
$("#mdns").text(cfg["mdns"]);
$("#id").text(cfg["id"]);
+
+ if( cfg["certs"] )
+ $("#certs").text("CA Store installed.");
+ else
+ $("#certs").text("CA Store NOT installed.");
})
.fail(function () {
showError('Unable to get data from the device.');
diff --git a/html/device.min.htm b/html/device.min.htm
index af7f532..b98864f 100644
--- a/html/device.min.htm
+++ b/html/device.min.htm
@@ -1 +1 @@
-Beer Gravity Monitor
...
Current version:
Loading...
New version:
Loading...
Host name:
Loading...
Device ID:
Loading...
(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file
+Beer Gravity Monitor
...
Current version:
Loading...
New version:
Loading...
Host name:
Loading...
Device ID:
Loading...
Certificates:
Loading...
(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file
diff --git a/html/upload.htm b/html/upload.htm
index ed73a73..65246ed 100644
--- a/html/upload.htm
+++ b/html/upload.htm
@@ -82,6 +82,10 @@