Просмотр исходного кода

doc(readme): further clarify the init example

Mustafa Arici 8 лет назад
Родитель
Сommit
dc41add650
1 измененных файлов с 3 добавлено и 1 удалено
  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;
 You can do so by invoking;
 
 
 ```bash
 ```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.
 This operation will cause invalidation of existing user certificates.
 After this opeartion, new client config files (.ovpn) should be generated for each existing user.
 After this opeartion, new client config files (.ovpn) should be generated for each existing user.