A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mozilla/ssl-config-generator below:

mozilla/ssl-config-generator: Mozilla SSL Configuration Generator

Mozilla SSL Configuration Generator

The Mozilla SSL Configuration Generator is a tool which builds configuration files to help you follow the Mozilla Server Side TLS configuration guidelines.

This tool is built and deployed to https://ssl-config.mozilla.org/

To be notified when the Mozilla Server Side TLS configuration guidelines are updated (infrequent), use github notifications to subscribe to Releases on this repository (mozilla/ssl-config-generator).

To modify and build this tool locally, please see Installation and Development sections below.

Each revision of the Mozilla Server Side TLS guidelines is published in a machine-readable format from this repository as a JSON specification that can be found at /src/static/guidelines/ 📟

The Changelog that tracks the history of changes to Mozilla's configuration guidelines is available along the versioned JSON guideline files at /src/static/guidelines/CHANGELOG.md 🔬

The project is written in JavaScript, and uses Webpack for development and production builds.

We keep a list of things that would make a great contribution tagged with help wanted, good first issue, and new software support labels.

If you'd like to see your favorite tool added or compatibility expanded, we're always happy to mentor a PR or receive a bug report to make the configs better for everyone.

Even when you don't feel comfortable contributing actual templates, posting some nice verified configs or compatibility hints is equally welcome! 💝

Get involved by sharing your ideas or joining the conversation in the Discussions tab. 🗨️

This repository is governed by Mozilla's Community Participation Guidelines so please make yourself familiar with it to get the idea of what level of developer etiquette and standards are expected across Mozilla projects.

NodeJS and npm are required to install and run the project locally: Node v22 is recommended and we use that in production, but the codebase may be compatible with other versions too.

Once you've installed, you can simply run:

$ npm start   # or: npm run watch

This starts a local webserver that will automatically reload your changes.

Alternatively, you can use Docker to run the local webserver to avoid cluttering your local environment with npm dependencies. You first need to build the docker:

docker build -t moz-ssl-config-gen:latest .

You can then run the webserver:

docker run -p 3001:3001 -p 5500:5500 moz-ssl-config-gen:latest

There are two places that need to be updated in order to add support for a new piece of software:

All of the templates are written in javascript. The configuration generator supports the following additional helpers:

Highlighted items from src/js/state.js for use in templates. See src/js/state.js for more.

Production builds have different CSP headers, included scripts, and version info added to the output, so to verify that locally you can inspect the exact production-level artifacts as used in deployment after running:

However, this step is not necessary for production deployment. Automation publishes the production site via GitHub Pages, so once your PR merges the changes deploy within a minute or two. GitHub Pages are published upon commit to the master branch via .github/workflows/deploy-to-production.yml

The SSL Config Generator was originally part of mozilla/server-side-tls@v5.0 (last-revision-before-move) prior to mid-2019 at which point it was moved to this dedicated repository. It was initially created at the end of 2014 and started out supporting Apache HTTP, Nginx and HAProxy.

This software is licensed under the MPL version 2.0. For more information, read this repository's LICENSE.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4