The best way to assign static IPs to Rancher nodes running on VMware — plus some thoughts on Infrastructure as Code and creating disposable OS templates.
Tag: kubernetes
ExtractPFX: Part 2
I enjoyed writing a bash script to extract PEMs from PFX files. I hadn’t written much python lately, so I decided to do the same thing with a python script.
ExtractPFX: Part 1
I found myself frequently extracting PEM certs and private keys from PFX files. Here I introduce a bash script I wrote to make that job easier.