Hi there!,

i'm trying to follow the Streamlined OpenVPN guide. In serveral steps it says you should modify this kind of lines:

Certificate Authority Clients [Line 205]
Servers
Lines: 211 - 233
Clients
Lines: 235 - 239

But I have no idea what I'm supposed to change there. The original openssl.cnf have this info which I supposed I should change or delete but it's not clear to me:

#--------------------------------------------------------------------
            ##----- Certificate Authority Clients -----##
#--------------------------------------------------------------------

# Main #

#  # Servers #
#    [ alt_sophos ]
#    IP.1                = 192.168.2.1
#    IP.2                = 127.0.0.1
#    DNS.1               = SophosUTM
#    DNS.2               = your.ddns.com
#
#    [ alt_freenas ]
#    IP.1                = 192.168.2.13
#    IP.2                = 192.168.2.130
#    IP.3                = 127.0.0.1
#    DNS.1               = Free.NAS
#    DNS.2               = FreeNAS.igb0
#    DNS.3               = FreeNAS.igb1
#
#    [ alt_owncloud ]
#    IP.1                = 192.168.2.150
#    IP.2                = 127.0.0.1
#    DNS.1               = OwnCloud.FreeNAS
#
#    [ alt_vpn_server1 ]
#    IP.1                = 10.0.0.1
#    DNS.1               = your.ddns.com
#
#  # Clients #
#    [ alt_vpn1_user1 ]
#    email.1             = user1@email.com
#    DNS.1               = VPN1-Client1-Device-Hostname1
#    DNS.2               = VPN1-Client1-Device-Hostname2


What do I need to do according to the guide in this step?

(Last edited by Panderine on 26 Jun 2017, 01:47)