All Projects → SSLMate → Tlsconfigguide

SSLMate / Tlsconfigguide

Licence: other
Configuration templates for configuring TLS

Labels

Projects that are alternatives of or similar to Tlsconfigguide

Hdfs Spark Hive Dev Setup
This repository contains makescript and instruction on how to setup local hdfs+spark+hive setup.
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Gitpr
Quick reference guide on fork and pull request workflow
Stars: ✭ 902 (+3821.74%)
Mutual labels:  makefile
Aospbuild
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
Gitsem
a command line utility for managing semantically versioned (semver) git tags
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Docker Cdn
Script for creating and deploying a CDN (HAProxy, Registrator, Consul and Nginx)
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Isel Leic Si 1920inv Li52d Leirt51d
Recursos das aulas de Segurança Informática - Semestre de Inverno 2019/20 - Turma LI52D-LEIRT51D
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Cxcore
A prebuilt Linux system use UEFI and f2fs for RaspberryPi 3B, RaspberryPi 3B+, RaspberryPi 4B
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Go Docker Hot Reload Example
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Live
Automated module and configuration reloader.
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Seafile Openwrt
A port of Seafile for OpenWrt 14.07
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
New Php Project
Template for new PHP projects. Also see https://github.com/JeroenDeDauw/new-php-library
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Network Programming With Go
Network programming with Go
Stars: ✭ 903 (+3826.09%)
Mutual labels:  makefile
Device Sony Loire
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Distributiontests
Swift 3 distribution test for open-source libraries.
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
Articles
Article Publish in Wechat & Toutiao
Stars: ✭ 896 (+3795.65%)
Mutual labels:  makefile
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Busybox
Prometheus Busybox Docker base images
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Aws Vault Alfred Workflow
Alfred workflow to Open AWS in your browser via aws-vault
Stars: ✭ 23 (+0%)
Mutual labels:  makefile
Openwrt Dvb
OpenWrt feed focused on DVB applications
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].