Update CACertMan (info.guardianproject.cacert) to 0.1 (5)
This commit is contained in:
parent
3e648e8445
commit
80c1ca95fc
|
@ -8,16 +8,22 @@ Donate:https://guardianproject.info/contact
|
||||||
Auto Name:CACertMan
|
Auto Name:CACertMan
|
||||||
Summary:Disable untrusted certificates
|
Summary:Disable untrusted certificates
|
||||||
Description:
|
Description:
|
||||||
An app to manage security certificates on your phone also containing a version of the Android CACert keystore
|
Android 4+ allows you to disable certificates
|
||||||
vetted by the Guardian Project. If a certificate has become untrusted you will need to install an update
|
from the system Settings and root isn't required, so try that first if you want
|
||||||
to remain safe. However, the latest version of the vetted keystore can be grabbed from the source code page.
|
to manually mess with the certificates.
|
||||||
In addition, you can backup and remove certificates by yourself. Android 4+ allows you to disable certificates
|
The app won't work with Android 4+ anyway.
|
||||||
from the main settings and root isn't required, so try that first if you want to manually mess with
|
|
||||||
the certificates.
|
|
||||||
|
|
||||||
This application requires root, as well as a device that has the ‘grep’ command on it. (check busybox)
|
An app to manage security certificates on your phone also containing a version
|
||||||
If the ‘save’ doesn’t work, then you will need to make your /system partition read-write by using
|
of the Android CACert keystore derived from Mozilla.
|
||||||
a file explorer like Ghost Commander or running something like #mount -o remount,rw /system in the terminal
|
If a certificate has recently become untrusted you can either install an update
|
||||||
|
to this app or you can backup and remove certificates by yourself.
|
||||||
|
|
||||||
|
Requires root: Yes, it writes to the system partition.
|
||||||
|
You will need a device that has the ‘grep’ command on it (via busybox:
|
||||||
|
present on most custom ROMs).
|
||||||
|
If the ‘save’ doesn’t work, then you will need to make your /system partition
|
||||||
|
read-write by using a file explorer like [[com.ghostsq.commander]] or via
|
||||||
|
a command in [[jackpal.androidterm]].
|
||||||
.
|
.
|
||||||
|
|
||||||
Requires Root:Yes
|
Requires Root:Yes
|
||||||
|
@ -27,6 +33,11 @@ Repo:https://github.com/guardianproject/cacert.git
|
||||||
|
|
||||||
Build Version:0.0.2-20110906,3,0.0.2,target=android-8,subdir=app
|
Build Version:0.0.2-20110906,3,0.0.2,target=android-8,subdir=app
|
||||||
Build Version:0.0.2.20111012,4,212187e9c398e46fda87fe2335ee48bb693caca0,target=android-8,subdir=app
|
Build Version:0.0.2.20111012,4,212187e9c398e46fda87fe2335ee48bb693caca0,target=android-8,subdir=app
|
||||||
|
Build Version:0.1,5,6d819d26d,subdir=app,\
|
||||||
|
submodules=yes,\
|
||||||
|
target=android-10,\
|
||||||
|
build=cd .. && gpg --import ca-certificates-maintainer-Michael-Shuler.pub.asc && \
|
||||||
|
make && mv stores/debiancacerts.bks app/res/raw/cacerts.bks
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
Loading…
Reference in a new issue