JKJoel KOUSSAWOinjkblog.joelkoussawo.com·Jul 23, 2023 · 2 min readHow to Create a Let's Encrypt Wildcard Certificate for Cockpit in 2 minCockpit is a powerful web-based host management tool that allows you to monitor and administer Linux servers through a user-friendly interface. To secure communications between your browser and Cockpit, using an SSL/TLS certificate is essential. In t...00
JKJoel KOUSSAWOinjkblog.joelkoussawo.com·Jul 22, 2023 · 1 min readHow to migrate a virtual machine from KVM hypervisor to PROXMOXWe will assume throughout the article that we want to migrate the webserver virtual machine from kvm hypervisor to proxmox 1 — From the kvm hypervisor, export the webserver virtual machine in qcow2 format qemu-img convert -O qcow2 /dev/vg0/lv_webserv...00