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. 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 -------------------- 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 ------------ 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!

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

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.