Skip to content

Commit 615343f

Browse files
author
Matthew Fisher
committed
ref(docs): clean up app ssl documentation
"Using App SSL" belongs in "Using Deis". I've also cleaned up some of the more confusing terms like "domain ssl" in favour of "app ssl".
1 parent 95746aa commit 615343f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/reference/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Reference Guide
1111

1212
usage
1313
terms/index
14-
domain-ssl
1514
self-signed-certs
1615
client
1716
server/index

docs/reference/self-signed-certs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Creating a Self-Signed SSL Certificate
77
======================================
88

9-
When :ref:`using the domain ssl <domain_ssl>` feature for non-production applications or when
9+
When :ref:`using the app ssl <app_ssl>` feature for non-production applications or when
1010
:ref:`installing SSL for the platform <platform_ssl>`, you can avoid the costs associated with the SSL
1111
certificate by using a self-signed SSL certificate. Though the certificate implements full
1212
encryption, visitors to your site will see a browser warning indicating that the certificate should
@@ -70,4 +70,4 @@ The self-signed SSL certificate is generated from the server.key private key and
7070
$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
7171
7272
The server.crt file is your site certificate suitable for use with
73-
:ref:`Deis's SSL endpoint <domain_ssl>` along with the server.key private key.
73+
:ref:`Deis's SSL endpoint <app_ssl>` along with the server.key private key.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
:description: Enabling and configuring SSL on applications using the SSL endpoint.
33

44

5-
.. _domain_ssl:
5+
.. _app_ssl:
66

7-
Using an SSL Certificate with Deis
8-
==================================
7+
Application SSL Certificates
8+
============================
99

1010
SSL is a cryptographic protocol that provides end-to-end encryption and integrity for all web
1111
requests. Apps that transmit sensitive data should enable SSL to ensure all information is

docs/using_deis/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Using Deis
2121
using-docker-images
2222
config-application
2323
manage-application
24+
app-ssl

0 commit comments

Comments
 (0)