Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « docs - github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec6c00b396ad061f9e2464119e747b942469c3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en" class="bg-black">
<head>
    <!--
      Read more about our custom configuration and use of Google Analytics here:
      https://bugzilla.mozilla.org/show_bug.cgi?id=1122305#c8
    -->
    
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-66267220-1"></script>
    <script src="/analytics.js"></script>
    

    <meta charset="utf-8">
    <meta http-equiv="Content-Security-Policy" content="default-src 'none'; base-uri 'none'; connect-src https://www.google-analytics.com; font-src 'self'; img-src 'self' https://www.google-analytics.com; script-src 'self' https://www.google-analytics.com/analytics.js https://www.googletagmanager.com/gtag/js; style-src 'self'">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="author" content="April King">
    <meta name="description" content="An easy-to-use secure configuration generator for web, database, and mail software. Simply select the software you are using and receive a configuration file that is both safe and compatible.">
    <meta property="og:title" content="Mozilla SSL Configuration Generator">

    <!-- favicon stuff -->
    <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/images/favicons/apple-touch-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="196x196" href="/images/favicons/favicon-196x196.png">
    <link rel="shortcut icon" href="/images/favicons/favicon.ico">

    <title>Mozilla SSL Configuration Generator</title>
<link href="07ce8a9379c4fdd9bcde.index.css" rel="stylesheet"></head>
<body>
  <div class="container pt-4">
    <div class="h2 pb-2">
      <span class="bg-black text-white px-3">moz://a</span>
      <span class="d-none d-md-inline-block">SSL Configuration Generator</span>
      <span class="d-inline-block d-md-none">SSL Config Generator</span>
    </div>

    <form id="form-generator">
      <div class="form-row">
        <!-- server software, populated from entries in configs.js with names -->
        <div class="col-12 col-md-2 form-server">
          <h5>Server Software</h5>
          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-apache" value="apache" >
              <label class="form-check-label" for="server-apache">
                Apache
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-awsalb" value="awsalb" >
              <label class="form-check-label" for="server-awsalb">
                AWS ALB
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-awselb" value="awselb" >
              <label class="form-check-label" for="server-awselb">
                AWS ELB
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-caddy" value="caddy" >
              <label class="form-check-label" for="server-caddy">
                Caddy
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-dovecot" value="dovecot" >
              <label class="form-check-label" for="server-dovecot">
                Dovecot
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-exim" value="exim" >
              <label class="form-check-label" for="server-exim">
                Exim
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-go" value="go" >
              <label class="form-check-label" for="server-go">
                Go
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-haproxy" value="haproxy" >
              <label class="form-check-label" for="server-haproxy">
                HAProxy
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-jetty" value="jetty" >
              <label class="form-check-label" for="server-jetty">
                Jetty
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-lighttpd" value="lighttpd" >
              <label class="form-check-label" for="server-lighttpd">
                lighttpd
              </label>
            </div>
            
        </div>
        <div class="col-12 col-md-2 form-server">
        <h5 class="d-none d-md-block">&nbsp;</h5>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-mysql" value="mysql" >
              <label class="form-check-label" for="server-mysql">
                MySQL
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-nginx" value="nginx" checked>
              <label class="form-check-label" for="server-nginx">
                nginx
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-oraclehttp" value="oraclehttp" >
              <label class="form-check-label" for="server-oraclehttp">
                Oracle HTTP
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-postfix" value="postfix" >
              <label class="form-check-label" for="server-postfix">
                Postfix
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-postgresql" value="postgresql" >
              <label class="form-check-label" for="server-postgresql">
                PostgreSQL
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-proftpd" value="proftpd" >
              <label class="form-check-label" for="server-proftpd">
                ProFTPD
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-redis" value="redis" >
              <label class="form-check-label" for="server-redis">
                Redis
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-tomcat" value="tomcat" >
              <label class="form-check-label" for="server-tomcat">
                Tomcat
              </label>
            </div>
            

          
            <div class="form-check">
              <input class="form-check-input" type="radio" name="server" id="server-traefik" value="traefik" >
              <label class="form-check-label" for="server-traefik">
                Traefik
              </label>
            </div>
            

          
        </div>

        <!-- config -->
        <div class="col-12 col-md-4" id="form-config">
          <h5 class="mt-3 mt-md-0">Mozilla Configuration</h5>
          <div class="form-check">
            <input class="form-check-input" type="radio" name="config" id="config-modern" value="modern">
            <label class="form-check-label" for="config-modern">
              Modern
              <small class="form-text text-muted">Services with clients that support TLS 1.3 and don't need backward compatibility</small>
            </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="radio" name="config" id="config-intermediate" value="intermediate" checked>
            <label class="form-check-label" for="config-intermediate">
              Intermediate
              <small class="form-text text-muted">General-purpose servers with a variety of clients, recommended for almost all systems</small>
            </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="radio" name="config" id="config-old" value="old">
            <label class="form-check-label" for="config-old">
              Old
              <small class="form-text text-muted">Compatible with a number of very old clients, and should be used only as a last resort</small>
            </label>
          </div>
        </div>

        <!-- versions -->
        <div class="col-12 col-md-4" id="form-environment">
          <h5 class="mt-3 mt-md-0">Environment</h5>
          <div class="input-group">
            <div class="input-group-prepend">
              <span class="input-group-text">Server Version</span>
            </div>
            <input type="text" class="form-control" aria-label="Server Version" aria-described="version" id="version" value="1.17.7">
          </div>
          <div class="input-group mt-2">
            <div class="input-group-prepend">
              <span class="input-group-text">OpenSSL Version</span>
            </div>
            <input type="text" class="form-control" aria-label="OpenSSL Version" aria-described="openssl" id="openssl" value="1.1.1k">
          </div>

          <h5 class="mt-3">Miscellaneous</h5>
          <div class="input-group">
            <div class="input-group-prepend">
              <div class="input-group-text">
                <input type="checkbox" id="hsts" aria-label="HTTP Strict Transport Security" checked>
              </div>
            </div>
            <input type="text" class="form-control bg-white" aria-describedby="hsts-help" aria-label="HTTP Strict Transport Security" value="HTTP Strict Transport Security" readonly>
          </div>
          <small id="hsts-help" class="form-text text-muted">This also redirects to HTTPS, if possible</small>
          <div class="input-group mt-2">
            <div class="input-group-prepend">
              <div class="input-group-text">
                <input type="checkbox" id="ocsp" aria-label="OCSP Stapling" checked>
              </div>
            </div>
            <input type="text" class="form-control bg-white" aria-label="OCSP Stapling" value="OCSP Stapling" readonly>
          </div>
        </div>
      </div>
    </form>

    <div id="output-header"></div>

    <div id="output-config-container">
      <pre class="border p-3"><code id="output-config"></code></pre>
      <button type="button" class="btn btn-light border text-muted" id="copy" data-toggle="tooltip" data-placement="top" data-trigger="manual" title="Copied!" data-clipboard-target="#output-config">
        <svg id="copy-icon" viewBox="0 0 14 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" d="M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z"></path></svg> Copy</button>
    </div>
  </div>

  <footer class="w-100 bg-black text-white mt-5">
    <div class="container mt-3">

      <div class="row pt-5">
        <div class="h5">
          <span class="bg-white text-black ml-3 ml-md-0 px-2 py-point-5">moz://a</span>
        </div>
      </div>

      <div class="row pt-4">
        <div class="col-12 col-md-4">
          <h5>Company</h5>
          <ul class="list-unstyled">
            <li><a class="text-white" href="https://www.mozilla.org/about/">About</a></li>
            <li><a class="text-white" href="https://blog.mozilla.org/press/">Press Center</a></li>
            <li><a class="text-white" href="https://careers.mozilla.org/?utm_source=ssl-config.mozilla.org&utm_medium=referral&utm_campaign=footer&utm_content=company">Careers</a></li>
          </ul>
        </div>

        <div class="col-12 col-md-4">
          <h5>Resources</h5>
          <ul class="list-unstyled">
            <li><a class="text-white" href="https://developer.mozilla.org/">Mozilla Developer Network</a></li>
            <li><a class="text-white" href="https://observatory.mozilla.org/">Mozilla Observatory</a></li>
            <li><a class="text-white" href="https://www.ssllabs.com/ssltest/">Qualys SSL Labs Server Test</a></li>
            <li><a class="text-white" href="https://wiki.mozilla.org/Security/Server_Side_TLS">Server Side TLS guidelines</a></li>
            <li><a class="text-white" href="https://infosec.mozilla.org/guidelines/web_security">Web Security guidelines</a></li>
          </ul>
        </div>

        <div class="col-12 col-md-4">
          <h5>Product Help</h5>
          <ul class="list-unstyled">
            <li><a class="text-white" href="https://github.com/mozilla/ssl-config-generator/issues">File a bug</a></li>
            <li><a class="text-white" href="https://github.com/mozilla/ssl-config-generator#creating-templates">Supporting new software</a></li>
          </ul>
        </div>
      </div>
    </div>

    
    <div class="w-100 d-none d-md-block pr-3 pb-1 small text-right text-muted"><a class="text-secondary" href="https://github.com/mozilla/ssl-config-generator/commit/3f420ee">build 3f420ee</a>, generated 2021-10-05</div>
    
  </footer>
<script type="text/javascript" src="07ce8a9379c4fdd9bcde.index.js"></script></body>
</html>