Client-side SSL

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 Create the Client Key and CSR Organization & Common … Read more

Combining a key and certificate into a .pfx file

If you want to use SSL with your site in Azure you need to have a .pfx file. We Apache you most likely have a certificate and a private key. I am using certificate from Letsencrypt. Using openssl you can generate the .pfx file like this: openssl pkcs12 -export -out /tmp/certificate.pfx -inkey /etc/letsencrypt/live/yourdomain.tld/privkey.pem -in /etc/letsencrypt/live/yourdomain.tld/cert.pem … Read more

IMPASSA Self-Contained 2-Way Wireless Security System (model SCW9057)

This wireless security system is widely used by ADT and companies providing security. Useful links: IMPASSA Self-Contained 2-Way Wireless Security System DSC – IMPASSA Self-Contained 2-Way Wireless Security System – User Video English DSC IMPASSA 2 Way Wireless Security System How to Change Master and User Code on DSC Powerseries How to Program DSC Neo … Read more