The following additional settings is to allow all VPN clients can use the same certificate to login the VPN server. Meanwhile, it also allow the maximum concurrent users to 100.
sudo nano /etc/openvpn/server.confUncomment (remove ";") the following :
duplicate-cn
max-clients 100That's all! See you.
