Recent Activity
0xBEN
User for 4 years
Created Content
Recently Created Pages View All
Convert P12 to PEM
cat password_file.txt | openssl pkcs12 -in file.p12 -out file.pem -nodes -passin stdin
Migrate to Cluster-wide VLAN Trunking
Purpose We want to define VLAN IDs that will be trunked from vmbr0 up to the physical managed swi...
Certificate Renewal Dry Run
Original ACME Request certbot certonly \ --nginx \ --server https://sub-ca.pki.home.internal/...
Read QR Code from Image File
zbarimg file.png
Get Raw Command Output from qm guest exec
sudo apt update && sudo apt install -y jq VM_ID='201' COMMAND='cat /etc/hosts' qm guest exec 201 ...