diff --git a/windows-container-samples/iis-https/README.md b/windows-container-samples/iis-https/README.md index b8d10fc8d..a13d00ceb 100644 --- a/windows-container-samples/iis-https/README.md +++ b/windows-container-samples/iis-https/README.md @@ -1,5 +1,5 @@ # Description: -This builds another layer on top of the [iis](../iis/readme.md) sample, which installs Internet Information Server on a Windows Server Core container. It adds a self-signed certificate and enables HTTPS for the default site. +This builds another layer on top of the [iis](../iis/README.md) sample, which installs Internet Information Server on a Windows Server Core container. It adds a self-signed certificate and enables HTTPS for the default site. # Environment: @@ -8,7 +8,7 @@ Windows Server Core Base OS Image # Usage: **Docker Build** -1. First, build the "iis" image (see [iis/readme.md](../iis/readme.md)) +1. First, build the "iis" image (see [iis/readme.md](../iis/README.md)) 2. Next, build this image: ``` docker build -t iis-contoso-https . @@ -37,4 +37,4 @@ reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\OSConfig" / 3. Reboot ## Keep Certificates Secure -Container images with private key certificates, such as this one, should not be redistributed for security reasons. Someone else could use the certificate to spoof the identity of the hosted website. \ No newline at end of file +Container images with private key certificates, such as this one, should not be redistributed for security reasons. Someone else could use the certificate to spoof the identity of the hosted website.