AdguardTeam / AdguardTeam/adguardcert
Consider new base-module & matched cert encoding
- Ngôn ngữ chính
- Shell
- Star
- 421
- Fork
- 34
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Your module appears to have been created from a deprecated module. Consider forking its module's fork [here] (https://github.com/Androidacy/movecerts) to make sure it remains compatible with newer versions of Magisk and Android.
In addition, you just move the cert and rename it with the cert hash. It might be a good idea to convert your DER encoded cert to PEM encoding like all other certs stored in the system store are.
Eg via openssl - I used to do the following to do this and rename the certificate correctly.
`$ openssl x509 -inform DER -outform PEM -in adguard.crt -out adguard.crt`
`$ openssl x509 -noout -text -fingerprint -in adguard.crt >> adguard.crt`
`$ mv -v adguard.crt "$(openssl x509 -subject_hash_old -noout -in adguard.crt)".0`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.