Skip to content

Commit

Permalink
- Added certificationerror key
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshKumar777 authored Apr 13, 2018
1 parent 0c10874 commit 898fa24
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Autoit_CiscoVPN/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
<add key="username" value=""/>
<add key="password" value=""/>
<add key="domain" value=""/>
<add key="group" value=""/> <!--Add group name if you have any. Otherwise leave it as blank.-->

<!--Group name is CASE SENSITIVE-->
<!--Add group name if you have any. Otherwise leave it as blank.-->
<add key="group" value=""/>

<!--set checkcertificationerror to "yes" if domain have certification error popup-->
<add key="checkcertificationerror" value="no" />

</appSettings>

</configuration>

0 comments on commit 898fa24

Please sign in to comment.