Skip to content
Snippets Groups Projects
Commit ab54a351 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Reset missing file

parent 0232bce9
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,7 @@ proto tcp ...@@ -39,8 +39,7 @@ proto tcp
# The hostname/IP and port of the server. # The hostname/IP and port of the server.
# You can have multiple remote entries # You can have multiple remote entries
# to load balance between the servers. # to load balance between the servers.
remote vm-server 1194 remote {{ server }} 1194
;remote my-server-2 1194
# Choose a random host from the remote # Choose a random host from the remote
# list for load-balancing. Otherwise # list for load-balancing. Otherwise
...@@ -86,8 +85,8 @@ persist-tun ...@@ -86,8 +85,8 @@ persist-tun
# for each client. A single ca # for each client. A single ca
# file can be used for all clients. # file can be used for all clients.
ca ca.crt ca ca.crt
cert vm-dummy.crt cert {{ inventory_hostname }}.crt
key vm-dummy.key key {{ inventory_hostname }}.key
# Verify server certificate by checking # Verify server certificate by checking
# that the certicate has the nsCertType # that the certicate has the nsCertType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment