Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to iis file #1969

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions windows-container-samples/iis-https/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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 .
Expand Down Expand Up @@ -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.
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.