File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66Creating 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
1111certificate by using a self-signed SSL certificate. Though the certificate implements full
1212encryption, 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.
Original file line number Diff line number Diff line change 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
1010SSL is a cryptographic protocol that provides end-to-end encryption and integrity for all web
1111requests. Apps that transmit sensitive data should enable SSL to ensure all information is
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ Using Deis
2121 using-docker-images
2222 config-application
2323 manage-application
24+ app-ssl
You can’t perform that action at this time.
0 commit comments