Skip to content

Commit

Permalink
Merge pull request deis#3433 from bacongobbler/app-ssl-docs
Browse files Browse the repository at this point in the history
ref(docs): clean up app ssl documentation
  • Loading branch information
Matthew Fisher committed Apr 8, 2015
2 parents 95746aa + 615343f commit c7f0165
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Reference Guide

usage
terms/index
domain-ssl
self-signed-certs
client
server/index
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/self-signed-certs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Creating a Self-Signed SSL Certificate
======================================

When :ref:`using the domain ssl <domain_ssl>` feature for non-production applications or when
When :ref:`using the app ssl <app_ssl>` feature for non-production applications or when
:ref:`installing SSL for the platform <platform_ssl>`, you can avoid the costs associated with the SSL
certificate by using a self-signed SSL certificate. Though the certificate implements full
encryption, visitors to your site will see a browser warning indicating that the certificate should
Expand Down Expand Up @@ -70,4 +70,4 @@ The self-signed SSL certificate is generated from the server.key private key and
$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
The server.crt file is your site certificate suitable for use with
:ref:`Deis's SSL endpoint <domain_ssl>` along with the server.key private key.
:ref:`Deis's SSL endpoint <app_ssl>` along with the server.key private key.
6 changes: 3 additions & 3 deletions docs/reference/domain-ssl.rst → docs/using_deis/app-ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
:description: Enabling and configuring SSL on applications using the SSL endpoint.


.. _domain_ssl:
.. _app_ssl:

Using an SSL Certificate with Deis
==================================
Application SSL Certificates
============================

SSL is a cryptographic protocol that provides end-to-end encryption and integrity for all web
requests. Apps that transmit sensitive data should enable SSL to ensure all information is
Expand Down
1 change: 1 addition & 0 deletions docs/using_deis/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Using Deis
using-docker-images
config-application
manage-application
app-ssl

0 comments on commit c7f0165

Please sign in to comment.