From 52ba53803732ab5381e15b1eb553298131bcaf7f Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 21 Sep 2015 18:14:12 -0400 Subject: [PATCH 1/6] Rename SSL to TLS --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3af85555..28f05787 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Lemur .. image:: https://travis-ci.org/Netflix/lemur.svg :target: https://travis-ci.org/Netflix/lemur -Lemur manages SSL certificate creation. It provides a central portal for developers to issuer their own SSL certificates with 'sane' defaults. +Lemur manages TLS certificate creation. It provides a central portal for developers to issue their own TLS certificates with 'sane' defaults. It works on CPython 2.7, 3.3, 3.4. We deploy on Ubuntu and develop on OS X. From 7cb50c654b300902fc629c8fa4f7408271bb5d75 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 21 Sep 2015 18:15:06 -0400 Subject: [PATCH 2/6] Rename SSL to TLS --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 13adf6c5..0b0bbb29 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,8 @@ Lemur ===== -Lemur is a SSL management service. It attempts to help track and create certificates. By removing common issues with -CSR creation it gives normal developers 'sane' SSL defaults and helps security teams push SSL usage throughout an organization. +Lemur is a TLS management service. It attempts to help track and create certificates. By removing common issues with +CSR creation it gives normal developers 'sane' TLS defaults and helps security teams push TLS usage throughout an organization. Installation ------------ From a3385bd2ac28b1e95725cf730c86b7bb53113a30 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 21 Sep 2015 18:15:25 -0400 Subject: [PATCH 3/6] Rename SSL to TLS --- lemur/static/app/angular/welcome/welcome.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemur/static/app/angular/welcome/welcome.html b/lemur/static/app/angular/welcome/welcome.html index f80e8645..4b520776 100644 --- a/lemur/static/app/angular/welcome/welcome.html +++ b/lemur/static/app/angular/welcome/welcome.html @@ -1,12 +1,12 @@

Hey there!

-

Welcome to Lemur! A central portal for all (most) of your SSL needs.

+

Welcome to Lemur! A central portal for all (most) of your TLS needs.

Create a Certificate

-

SSL In The Cloud Encrypt it all

+

TLS In The Cloud Encrypt it all

From b103fc7bfb5f5ca301fa1dbe939ec1db0bae33ae Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 21 Sep 2015 18:16:04 -0400 Subject: [PATCH 4/6] Rename SSL to TLS --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29e416e5..f597ee3b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ Lemur ===== -Is an SSL management and orchestration tool. +Is a TLS management and orchestration tool. :copyright: (c) 2015 by Netflix, see AUTHORS for more :license: Apache, see LICENSE for more details. From baef329a4d7d278b1364b6a2ed8c214e11310d20 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 21 Sep 2015 18:16:19 -0400 Subject: [PATCH 5/6] Rename SSL to TLS --- lemur/plugins/lemur_email/templates/expiration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/plugins/lemur_email/templates/expiration.html b/lemur/plugins/lemur_email/templates/expiration.html index 32d6883a..f30df1c0 100644 --- a/lemur/plugins/lemur_email/templates/expiration.html +++ b/lemur/plugins/lemur_email/templates/expiration.html @@ -49,7 +49,7 @@
- Notice: Your SSL certificates are expiring! + Notice: Your TLS certificates are expiring!

From 3f53629175faceaae1244370facd0a620b22f8e9 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 21 Sep 2015 18:16:40 -0400 Subject: [PATCH 6/6] Re --- docs/administration/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration/index.rst b/docs/administration/index.rst index 938a7eb0..deffd6ce 100644 --- a/docs/administration/index.rst +++ b/docs/administration/index.rst @@ -222,7 +222,7 @@ for those plugins. .. data:: VERISIGN_PEM_PATH :noindex: - This is the path to the mutual SSL certificate used for communicating with Verisign + This is the path to the mutual TLS certificate used for communicating with Verisign .. data:: VERISIGN_FIRST_NAME @@ -297,7 +297,7 @@ AWS Plugin Configuration In order for Lemur to manage it's own account and other accounts we must ensure it has the correct AWS permissions. -.. note:: AWS usage is completely optional. Lemur can upload, find and manage SSL certificates in AWS. But is not required to do so. +.. note:: AWS usage is completely optional. Lemur can upload, find and manage TLS certificates in AWS. But is not required to do so. Setting up IAM roles --------------------