I'm running a Ubuntu 22.04 container on the latest version of Proxmox. I'm trying to load the kernel module in this container but it fails:
How can I load this module?
Bash:
mycontainer@root / # modprobe tls
modprobe: FATAL: Module tls not found in directory /lib/modules/5.15.39-1-pve
How can I load this module?