Tag: file location

  • Create OpenSSL CA (Certificate Authority) for Dev/Test Purposes

    How to create a non production highly insecure CA for dev/test purposes. Create Basic Framework CA Config File Client Config File CA:-Create-Private-Key-&-Self-Signed-Certificate Inspect-the-CA-Self-Signed-Certificate Inspect-the-CA-Self-Signed-Certificate-for-its-Purpose/Ability Client:-Generate-Private-Key-&-Certificate-Signing-Request-(CSR) Inspect-the-CSR-(Certificate-Signing-Request) CA:-Sign-the-CSR Inspect-the-new-Client-Certificate Making-the-Certificate-Authority-Trusted Notes Create Basic Framework touch openssl-ca.cnf openssl-client.cnf index.txt serial.txtecho ’01’ > serial.txt There should now be 4 files index.txt openssl-ca.cnf openssl-client-cnf serial.txt CA Config File Edit…

  • Where are Android APK Files Located?

    Where are Android APK Files Located?

    General Applications: General application are located in /data/app/ However you will require root access to access this directory System Applications: System Applications are located in /system/app/ You will also require root access