You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-secure-web-server.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Tutorial: Secure a Linux web server with SSL certificates in Azure"
2
+
title: "Tutorial: Secure a Linux web server with TLS/SSL certificates in Azure"
3
3
description: In this tutorial, you learn how to use the Azure CLI to secure a Linux virtual machine that runs the NGINX web server with SSL certificates stored in Azure Key Vault.
4
4
services: virtual-machines-linux
5
5
documentationcenter: virtual-machines
@@ -17,17 +17,17 @@ ms.date: 04/30/2018
17
17
ms.author: cynthn
18
18
ms.custom: mvc
19
19
20
-
#Customer intent: As an IT administrator or developer, I want to learn how to secure a web server with SSL certificates so that I can protect my customer data on web applications that I build and run.
20
+
#Customer intent: As an IT administrator or developer, I want to learn how to secure a web server with TLS/SSL certificates so that I can protect my customer data on web applications that I build and run.
21
21
---
22
22
23
-
# Tutorial: Secure a web server on a Linux virtual machine in Azure with SSL certificates stored in Key Vault
24
-
To secure web servers, a Secure Sockets Layer (SSL) certificate can be used to encrypt web traffic. These SSL certificates can be stored in Azure Key Vault, and allow secure deployments of certificates to Linux virtual machines (VMs) in Azure. In this tutorial you learn how to:
23
+
# Tutorial: Secure a web server on a Linux virtual machine in Azure with TLS/SSL certificates stored in Key Vault
24
+
To secure web servers, a Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), certificate can be used to encrypt web traffic. These TLS/SSL certificates can be stored in Azure Key Vault, and allow secure deployments of certificates to Linux virtual machines (VMs) in Azure. In this tutorial you learn how to:
25
25
26
26
> [!div class="checklist"]
27
27
> * Create an Azure Key Vault
28
28
> * Generate or upload a certificate to the Key Vault
29
29
> * Create a VM and install the NGINX web server
30
-
> * Inject the certificate into the VM and configure NGINX with an SSL binding
30
+
> * Inject the certificate into the VM and configure NGINX with a TLS binding
31
31
32
32
This tutorial uses the CLI within the [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview), which is constantly updated to the latest version. To open the Cloud Shell, select **Try it** from the top of any code block.
33
33
@@ -145,13 +145,13 @@ Your secured NGINX site is then displayed as in the following example:
145
145
146
146
## Next steps
147
147
148
-
In this tutorial, you secured an NGINX web server with an SSL certificate stored in Azure Key Vault. You learned how to:
148
+
In this tutorial, you secured an NGINX web server with a TLS/SSL certificate stored in Azure Key Vault. You learned how to:
149
149
150
150
> [!div class="checklist"]
151
151
> * Create an Azure Key Vault
152
152
> * Generate or upload a certificate to the Key Vault
153
153
> * Create a VM and install the NGINX web server
154
-
> * Inject the certificate into the VM and configure NGINX with an SSL binding
154
+
> * Inject the certificate into the VM and configure NGINX with a TLS binding
155
155
156
156
Follow this link to see pre-built virtual machine script samples.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/tutorial-secure-web-server.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Tutorial: Secure a Windows web server with SSL certificates in Azure"
3
-
description: In this tutorial, you learn how to use Azure PowerShell to secure a Windows virtual machine that runs the IIS web server with SSL certificates stored in Azure Key Vault.
2
+
title: "Tutorial: Secure a Windows web server with TLS/SSL certificates in Azure"
3
+
description: In this tutorial, you learn how to use Azure PowerShell to secure a Windows virtual machine that runs the IIS web server with TLS/SSL certificates stored in Azure Key Vault.
4
4
services: virtual-machines-windows
5
5
documentationcenter: virtual-machines
6
6
author: cynthn
@@ -17,21 +17,21 @@ ms.date: 02/09/2018
17
17
ms.author: cynthn
18
18
ms.custom: mvc
19
19
20
-
#Customer intent: As an IT administrator or developer, I want to learn how to secure a web server with SSL certificates so that I can protect my customer data on web applications that I build and run.
20
+
#Customer intent: As an IT administrator or developer, I want to learn how to secure a web server with TLS/SSL certificates so that I can protect my customer data on web applications that I build and run.
21
21
---
22
22
23
-
# Tutorial: Secure a web server on a Windows virtual machine in Azure with SSL certificates stored in Key Vault
23
+
# Tutorial: Secure a web server on a Windows virtual machine in Azure with TLS/SSL certificates stored in Key Vault
24
24
25
25
> [!NOTE]
26
26
> Currently this doc only works for Generalized images. If attempting this tutorial using a Specialized disk you will receive an error.
27
27
28
-
To secure web servers, a Secure Sockets Layer (SSL) certificate can be used to encrypt web traffic. These SSL certificates can be stored in Azure Key Vault, and allow secure deployments of certificates to Windows virtual machines (VMs) in Azure. In this tutorial you learn how to:
28
+
To secure web servers, a Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), certificate can be used to encrypt web traffic. These TLS/SSL certificates can be stored in Azure Key Vault, and allow secure deployments of certificates to Windows virtual machines (VMs) in Azure. In this tutorial you learn how to:
29
29
30
30
> [!div class="checklist"]
31
31
> * Create an Azure Key Vault
32
32
> * Generate or upload a certificate to the Key Vault
33
33
> * Create a VM and install the IIS web server
34
-
> * Inject the certificate into the VM and configure IIS with an SSL binding
34
+
> * Inject the certificate into the VM and configure IIS with a TLS binding
35
35
36
36
37
37
## Launch Azure Cloud Shell
@@ -170,13 +170,13 @@ Your secured IIS website is then displayed as in the following example:
170
170
171
171
172
172
## Next steps
173
-
In this tutorial, you secured an IIS web server with an SSL certificate stored in Azure Key Vault. You learned how to:
173
+
In this tutorial, you secured an IIS web server with a TLS/SSL certificate stored in Azure Key Vault. You learned how to:
174
174
175
175
> [!div class="checklist"]
176
176
> * Create an Azure Key Vault
177
177
> * Generate or upload a certificate to the Key Vault
178
178
> * Create a VM and install the IIS web server
179
-
> * Inject the certificate into the VM and configure IIS with an SSL binding
179
+
> * Inject the certificate into the VM and configure IIS with a TLS binding
180
180
181
181
Follow this link to see pre-built virtual machine script samples.
0 commit comments