기반 지식/Android

11. 녹스(Nox)에서 앱 SSL 자격증명 설치

real-again 2024. 12. 21. 09:00

OpenSSL 설치 : https://github.com/openssl/openssl

 

GitHub - openssl/openssl: TLS/SSL and crypto library

TLS/SSL and crypto library. Contribute to openssl/openssl development by creating an account on GitHub.

github.com

 

certificate export

 

 

인증서 형식 변환

openssl x509 -inform DER -in burp.der -out burp.pem
openssl x509 -inform PEM -subject_hash_old -in burp.pem

 

인증서 이름 변경

 

nox에 인증서 추가

nox_adb root
nox_adb remount
nox_adb push 9a5ba575.0 /system/etc/security/cacerts/

nox_adb shell
chmod 644 /system/etc/security/cacerts/9a5ba575.0

 

https 접근 확인