The Rust crate and the Android half of one arrangement: a server that binds the tunnel interface and nothing else, certificates it generates and keeps outside any shared checkout, enrolment that carries a token and the CA to a phone, and a client that trusts exactly that certificate and no other. Extracted because ai-app and dev-updater had written all of it twice and the two copies had already drifted -- one of them carried a bug the other did not. History before this point was squashed away; it was a running record of that extraction and of a personal machine's addresses, and neither is worth keeping in a public repository.
7 lines
359 B
XML
7 lines
359 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Nothing is declared here. EnrollmentScanActivity is registered by each
|
|
consuming app's own manifest, because the activity's label, theme and
|
|
parent are the app's business and merging a fixed one would take that
|
|
choice away. -->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />
|