Configuration templates for configuring TLS
License
SSLMate/tlsconfigguide
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This repository contains templates of configuration directives to configure SSL certificates with different server software. These templates are used to power the config guides used by SSLMate <https://sslmate.com> and <https://whatsmychaincert.com>. The templates are found, one per file, in the templates/ directory, and an index of available templates is in templates.index. The following strings are replaced when interpolating the template: __KEY_PATH__ path to the private key file __CERT_PATH__ path to the certificate file __CHAIN_PATH__ path to the chain certificate file __CHAINED_PATH__ path to file containing concatenation of certificate and chain The format of templates.index is one template per line, where each line has the following syntax: name SP title where name corresponds to the name of the template file in the templates directory, title is a friendly human-readable title, and SP is one or more whitespace characters. At the moment, these configuration templates contain only the directives necessary to configure a certificate. In the future, recommended cipher and protocol settings will also be included. Copyright (C) 2014 Opsmate, Inc. Licensed under the MIT/X11 license (see COPYING for details)
About
Configuration templates for configuring TLS