Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
f106849e
Commit
f106849e
authored
Apr 15, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openvpn: several issues with a translation string
parent
ca9dfd03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vpn_openvpn_export.php
src/www/vpn_openvpn_export.php
+1
-1
No files found.
src/www/vpn_openvpn_export.php
View file @
f106849e
...
...
@@ -676,7 +676,7 @@ endif; ?>
<td
>
<select
name=
"verifyservercn"
id=
"verifyservercn"
class=
"formselect"
>
<option
value=
"auto"
>
<?=
gettext
(
"Automatic - Use verify-x509-name (OpenVPN 2.3+) where possible"
);
?>
</option>
<option
value=
"tls-remote"
>
<?=
gettext
(
"Use tls-remote (
Deprecated, use only on old clients <= OpenVPN 2.2.x"
);
?>
)
</option>
<option
value=
"tls-remote"
>
<?=
gettext
(
"Use tls-remote (
deprecated, use only on clients prior to OpenVPN 2.3)"
);
?>
</option>
<option
value=
"tls-remote-quote"
>
<?=
gettext
(
"Use tls-remote and quote the server CN"
);
?>
</option>
<option
value=
"none"
>
<?=
gettext
(
"Do not verify the server CN"
);
?>
</option>
</select>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment