CertificateManager by staturnz is a utility that installs certificate profiles non-interactively (i.e., without requiring user input).
Within Carbon, it is integrated by modifying Cydia’s startup script to automatically execute CertificateManager on launch. CertificateManager checks whether the certificate is already installed and skips reinstallation if so.
- Installed by Carbon through extraction of the
truststoretar archive - Binary is placed at:
/usr/local/bin/CertificateManager - CertificateManager is hardcoded to install the profile from:
/tmp/beeg.mobileconfig
- The included
.mobileconfigfile is stored in:/private/var(via thetruststoretar) - Since CertificateManager expects the file in
/tmp, the startup script moves it before execution - This logic is handled in the modified:
/usr/libexec/cydia/startupscript included in thetruststoretar