Generate apache SSL Sign Key

Quick Tips for Apache’s SSL generate new key openssl req -new > takizo.cert.csr disable passphrase for generated the key: openssl rsa -in privkey.pem -out takizo.cert.key convert request into signed cert openssl x509 -in takizo.cert.csr -out takzio.cert.crt -req -signkey takizo.cert.key -days…

Malaysia ISP TMNet Blocked malaysia-today.net Through DNS NULL Route

Silly thing to know that MCMC instructed Malaysia’s monopoly ISP, TMNet to block off malaysia-today.net website through DNS null routing. Below is the result we found through TMNET’s DNS Servers; dig @202.188.1.5 www.malaysia-today.net ; DiG 9.4.2 @202.188.1.5 www.malaysia-today.net ; (1…