Make the Rust client the sole app

This commit is contained in:
iris committed 2026-09-11 01:18:24 -04:00
1 parent a8602c1626
commit d8bb1699a8
230 files changed
+762 -27300

No files matched your search

+2 -3
View File
@@ -186,9 +186,8 @@ async fn main() -> Result<()> {
.with_context(|| format!("failed to prepare certificates in {}", certs_dir.display()))?;
if certificates.ca_is_new {
tracing::warn!(
"a new CA was generated in {} -- any installed app pins the previous one and can no \
longer reach this server. Rebuild it with app/build-apk.sh, which embeds this CA, \
and reinstall through Dev Updater.",
"a new CA was generated in {} -- existing enrollments pin the previous one and can no \
longer reach this server. Enroll each client again with a newly minted link.",
certs_dir.display(),
);
}