Skip to content

Instantly share code, notes, and snippets.

View ajcastro's full-sized avatar

Arjon Jason Castro ajcastro

View GitHub Profile
https://askubuntu.com/questions/345588/what-is-the-safest-way-to-clean-up-boot-partition#comment1097741_345611
https://support.google.com/chrome/a/answer/6080885?hl=en
https://support.google.com/nexus/answer/2844832?hl=en
https://infinum.co/the-capsized-eight/securing-mobile-banking-on-android-with-ssl-certificate-pinning
https://www.tbs-certificates.co.uk/FAQ/en/installer_certificat_client_google_chrome.html#volet
https://gist.github.com/ajcastro/0e2a03f3598fd793a66a4f1537774d76
Google keywords:
- can I also install SSL Client Certificates in a mobile browser??
- how to install client SSL certificates
@ajcastro
ajcastro / gist:0e2a03f3598fd793a66a4f1537774d76
Created October 18, 2017 02:32 — forked from mtigas/gist:952344
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.

Using self-signed certificate.

Create a Certificate Authority root (which represents this server)

Organization & Common Name: Some human identifier for this server CA.

openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
@ajcastro
ajcastro / virtual_host_format.txt
Last active August 29, 2017 06:18
virtual_host_format.txt
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs"
ServerName xampp.local
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/daragahomedepot/public"
ServerName sims.dhd.local
</VirtualHost>
http://blog.ninja-squad.com/2015/05/28/angularjs-promises/
http://blog.ninja-squad.com/2015/06/04/angularjs-promises-2/
https://www.toptal.com/web/cookie-free-authentication-with-json-web-tokens-an-example-in-laravel-and-angularjs
https://scotch.io/tutorials/token-based-authentication-for-angularjs-and-laravel-apps
https://scotch.io/tutorials/the-anatomy-of-a-json-web-token
https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication
http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
http://dev.enchant.com/api/v1