Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Magisk-Modules-Repo/movecert
movecert
https://github.com/Magisk-Modules-Repo/movecert
Last synced: 6 days ago
JSON representation
movecert
- Host: GitHub
- URL: https://github.com/Magisk-Modules-Repo/movecert
- Owner: Magisk-Modules-Repo
- Created: 2018-06-27T18:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T09:20:25.000Z (about 1 year ago)
- Last Synced: 2024-08-01T05:24:11.029Z (3 months ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 661
- Watchers: 16
- Forks: 105
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Move Certificates**
## Description
Moves certificates from the user certificate store to the system store. Also removes the *Network may be monitored* warning.If you use AdGuard, you probably want to use [adguardcert](https://github.com/AdguardTeam/adguardcert) instead.
## Changelog
v1.9
* Dynamically determine correct SELinux context for cert from device itself.
* AdGuard users may need to reinstall their HTTPS filtering certificate.v1.8
* Merged pull request: Fix SELinux contextsv1.7
* Merged pull request: Prevent placeholder from being moved to system store
* Merged pull request: System store certs should be owned by user and group rootv1.6
* Updated to newest module installer template
v1.5
* Updated module template to 17000
v1.4
* Remove unnecessary placeholders
v1.3
* Create system store module directory instead of mkdir command
v1.2
* Create system store directory if it does not already exist
v1.1
* Added more info to README
v1
* Initial release
## Notes
If for some reason you do not want all your certificates moved from the user store to the system store, you can specify which certificate to move in `/common/post-fs-data.sh` by replacing the * with the name of the certificate; i.e.,
```
mv -f /data/misc/user/0/cacerts-added/12abc345.0 $MODDIR/system/etc/security/cacerts
```