Steve Borba

My notes, I hope they help you, feel free to comment/add to them

Month: February 2018

WordPress Optimizations

Use google test site I fixed most of it by installing the plugin “Autoptimize” Optimize HTML Code Optimize JavaScript Code Optimize CSS Code Also aggregate inline CSS Inline all CSS Remove emojis Remove query strings from static resources Combine and load (Google) fonts asynchronously with webfont.js Another was to do this: convert puzzle.jpg -sampling-factor 4:2:0 […]

Certificates

This one will show all of the certificate parts so you can copy/paste to AWS or F5 web UI openssl pkcs12 -in some.pfx -nodes This one will create a new key and csr openssl req -new -sha256 -newkey rsa:4096 -nodes -keyout new.privkey \ -out new.csr -config /etc/ssl/openssl.cnf \ -subj “/C=US/ST=California/L=Sacramento/O=Netlogix/OU=Marketing/CN=www.steveborba.com” This one is how I […]