Skip to content

SSLMate/tlsconfigguide

master
Switch branches/tags

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

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
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

Resources

License

Stars

Watchers

Forks