Browse Source

doc(readme): further clarify the init example

Mustafa Arici 8 năm trước cách đây
mục cha
commit
dc41add650
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -93,7 +93,9 @@ If you just installed the ovpm from scratch you have started the **ovpm server**
 You can do so by invoking;
 
 ```bash
-$ ovpm vpn init -s <your-vpn-server's-fqdn-or-ip-addr>
+# Initialize the server by giving your VPN server's domain or IP address to ovpm.
+
+$ ovpm vpn init -s <domain-or-ip>  
 
 This operation will cause invalidation of existing user certificates.
 After this opeartion, new client config files (.ovpn) should be generated for each existing user.