server config with no duplicate cerficate connection

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
zankposent@gmail.com
OpenVpn Newbie
Posts: 1
Joined: Thu Nov 23, 2023 12:45 am

server config with no duplicate cerficate connection

Post by zankposent@gmail.com » Sun Dec 10, 2023 11:52 pm

HI to all, im new vpn users,

May i know your config on server side with no duplicate connection by certificate

one client one computer.

here's my server.conf

local 161.35.229.42
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
auth SHA512
tls-crypt tc.key
topology subnet
server 50.8.0.0 255.255.255.0
#push "redirect-gateway def1 bypass-dhcp"
ifconfig-pool-persist ipp.txt
#push "dhcp-option DNS 8.8.8.8"
#push "dhcp-option DNS 8.8.4.4"
#push "block-outside-dns"
keepalive 10 120
user nobody
group nogroup
persist-key
persist-tun
verb 3
crl-verify crl.pem
explicit-exit-notify


Thanks for helping me

Post Reply