Skip to content

captn3m0/ssl-config-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

$ npm install

Development

Once you've installed, you can simply run:

$ npm run watch

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

Adding new software

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

js/configs.js, which sets the supported features for your software, and templates/partials/your-software.hbs, a Handlebars.js template that mirrors your software's configuration

Building

To publish to GitHub Pages, simply run:

$ npm run build

Authors

License

  • Mozilla Public License Version 2.0

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.9%
  • JavaScript 44.2%
  • CSS 6.9%