~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/mgmt2/html2/configure/c_ssl_client_proxy.ink

  • Committer: Bazaar Package Importer
  • Author(s): Arno Toell
  • Date: 2011-01-13 11:49:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110113114918-vu422h8dknrgkj15
Tags: upstream-2.1.5-unstable
ImportĀ upstreamĀ versionĀ 2.1.5-unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-------------------------------------------------------------------------
 
2
  Licensed to the Apache Software Foundation (ASF) under one
 
3
  or more contributor license agreements.  See the NOTICE file
 
4
  distributed with this work for additional information
 
5
  regarding copyright ownership.  The ASF licenses this file
 
6
  to you under the Apache License, Version 2.0 (the
 
7
  "License"); you may not use this file except in compliance
 
8
  with the License.  You may obtain a copy of the License at
 
9
 
 
10
      http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
  Unless required by applicable law or agreed to in writing, software
 
13
  distributed under the License is distributed on an "AS IS" BASIS,
 
14
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
  See the License for the specific language governing permissions and
 
16
  limitations under the License.
 
17
  ------------------------------------------------------------------------->
 
18
 
 
19
<@include /include/header.ink>
 
20
<@include /configure/c_header.ink>
 
21
 
 
22
<form method=POST action="/submit_update.cgi?<@link_query>">
 
23
<input type=hidden name=record_version value=<@record_version>>
 
24
<input type=hidden name=submit_from_page value=<@link_file>>
 
25
 
 
26
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 
27
  <tr class="tertiaryColor"> 
 
28
    <td class="greyLinks"> 
 
29
      <p>&nbsp;&nbsp;SSL Termination Client-to-Proxy Configuration</p>
 
30
    </td>
 
31
  </tr>
 
32
</table>
 
33
 
 
34
<@include /configure/c_buttons.ink>
 
35
 
 
36
<@submit_error_msg>
 
37
 
 
38
<table width="100%" border="0" cellspacing="0" cellpadding="10"> 
 
39
  <tr>
 
40
    <td height="2" colspan="2" class="configureLabel"><@submit_error_flg proxy.config.ssl.client.certification_level>Client Certificate</td>
 
41
  </tr>
 
42
  <tr> 
 
43
    <td nowrap class="bodyText">
 
44
      <input type="radio" name="proxy.config.ssl.client.certification_level" value="0" <@checked proxy.config.ssl.client.certification_level\0>>
 
45
        Not Required<br>
 
46
      <input type="radio" name="proxy.config.ssl.client.certification_level" value="1" <@checked proxy.config.ssl.client.certification_level\1>>
 
47
        Optional<br>
 
48
      <input type="radio" name="proxy.config.ssl.client.certification_level" value="2" <@checked proxy.config.ssl.client.certification_level\2>>
 
49
        Required
 
50
    </td>
 
51
    <td class="configureHelp" valign="top" align="left"> 
 
52
      <ul>
 
53
        <li>Sets the client certification level.
 
54
      </ul>
 
55
    </td>
 
56
  </tr>
 
57
 
 
58
  <tr>
 
59
    <td height="2" colspan="2" class="configureLabel"><@submit_error_flg proxy.config.ssl.server.cert.filename>Server Certificate File</td>
 
60
  </tr>
 
61
  <tr> 
 
62
    <td nowrap class="bodyText">
 
63
      <input type="text" size="18" name="proxy.config.ssl.server.cert.filename" value="<@record proxy.config.ssl.server.cert.filename>">
 
64
    </td>
 
65
     <td class="configureHelp" valign="top" align="left"> 
 
66
      <ul>
 
67
        <li>Specifies the file name of <@record proxy.config.product_name>'s 
 
68
            SSL certificate.
 
69
      </ul>
 
70
    </td>
 
71
  </tr>
 
72
 
 
73
  <tr>
 
74
    <td height="2" colspan="2" class="configureLabel"><@submit_error_flg proxy.config.ssl.server.private_key.filename>Server Private Key</td>
 
75
  </tr>
 
76
  <tr> 
 
77
    <td nowrap class="bodyText">
 
78
      <input type="text" size="18" name="proxy.config.ssl.server.private_key.filename" value="<@record proxy.config.ssl.server.private_key.filename>">
 
79
    </td>
 
80
     <td class="configureHelp" valign="top" align="left"> 
 
81
      <ul>
 
82
        <li>Specifies the file name of <@record proxy.config.product_name>'s 
 
83
            private key.
 
84
      </ul>
 
85
    </td>
 
86
  </tr>
 
87
 
 
88
  <tr>
 
89
    <td height="2" colspan="2" class="configureLabel"><@submit_error_flg proxy.config.ssl.CA.cert.filename>Certificate Authority</td>
 
90
  </tr>
 
91
  <tr> 
 
92
    <td nowrap class="bodyText">
 
93
      <input type="text" size="18" name="proxy.config.ssl.CA.cert.filename" value="<@record proxy.config.ssl.CA.cert.filename>">
 
94
    </td>
 
95
     <td class="configureHelp" valign="top" align="left"> 
 
96
      <ul>
 
97
        <li>Specifies the file name of the certificate authority that
 
98
            client certificates will be verified against.
 
99
      </ul>
 
100
    </td>
 
101
  </tr>
 
102
 
 
103
</table>
 
104
 
 
105
<table width="100%" border="0" cellspacing="0" cellpadding="10"> 
 
106
  <tr>
 
107
    <td width="100%" nowrap class="configureLabel" valign="top">
 
108
      <@submit_error_flg proxy.config.ssl.server.multicert.filename>SSL Multi-Certificate
 
109
    </td>
 
110
  </tr>
 
111
  <tr>
 
112
    <td width="100%" class="configureHelp" valign="top" align="left">
 
113
      The "<@record proxy.config.ssl.server.multicert.filename>" file
 
114
      allows an SSL certificate and a private key to be tied to a
 
115
      specific IP address on a multi-homed machine.
 
116
    </td>
 
117
  </tr>
 
118
  <tr>
 
119
    <td align="center">
 
120
      <@file_edit proxy.config.ssl.server.multicert.filename>
 
121
    </td>
 
122
  </tr>
 
123
</table>
 
124
 
 
125
<@include /configure/c_buttons.ink>
 
126
<@include /configure/c_footer.ink>
 
127
 
 
128
</form>
 
129
 
 
130
<@include /include/footer.ink>