Install drivers for RTL8822BE, RTL8822CE, RTL8821CE, and RTL8723DE on Rocky Linux, Alma Linux or Oracle Linux

There is a driver for above-mentioned cards that I forked. My fork has a small patch so the driver builds on Linux 4.18. In order to install the driver do:

sudo dnf install epel-release
sudo dnf install git dkms kernel-headers kernel-devel
git clone https://github.com/vgdaut/rtw88-centos
cd rtw88-centos
make
sudo make install

Every time you upgrade linux kernel, perform make && sudo make install again.

Does the build process also sign the modules?