Improve HTTPS config section of Windows Service topic (#9169)

pull/9322/head
Luke Latham 2018-10-30 06:52:25 -05:00 committed by GitHub
parent 85fc3fd4d2
commit 18e3ebc975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -229,7 +229,12 @@ Services that interact with requests from the Internet or a corporate network an
## Configure HTTPS
Specify a [Kestrel server HTTPS endpoint configuration](xref:fundamentals/servers/kestrel#endpoint-configuration).
To configure the service with a secure endpoint:
1. Create an X.509 certificate for the hosting system using your platform's certificate acquisition and deployment mechanisms.
1. Specify a [Kestrel server HTTPS endpoint configuration](xref:fundamentals/servers/kestrel#endpoint-configuration) to use the certificate.
Use of the ASP.NET Core HTTPS development certificate to secure a service endpoint isn't supported.
## Current directory and content root