Make the Rust client the sole app
This commit is contained in:
1 parent
a8602c1626
commit
d8bb1699a8
230 files changed
+762
-27300
No files matched your search
+2
-3
@@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user