Skip to content

Commit

Permalink
Fix broken links - Justinha
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertyang0 committed Mar 14, 2024
1 parent 884fca2 commit cc7b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/configure-hgs-for-https.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
First, obtain an SSL certificate for HGS from your certificate authority. Each host machine will need to trust the SSL certificate, so it is recommended that you issue the SSL certificate from your company's public key infrastructure or a third party CA. Any SSL certificate supported by IIS is supported by HGS, however **the subject name on the certificate must match the fully qualified HGS service name** (cluster distributed network name). For instance, if the HGS domain is "bastion.local" and your HGS service name is "hgs", your SSL certificate should be issued for "hgs.bastion.local". You can add additional DNS names to the certificate's subject alternative name field if necessary.

Once you have the SSL certificate, open an elevated PowerShelll session and either provide the certificate path when you run [Set-HgsServer](https://technet.microsoft.com/itpro/powershell/windows/host-guardian-service/server/set-hgsserver):
Once you have the SSL certificate, open an elevated PowerShelll session and either provide the certificate path when you run [Set-HgsServer](/powershell/module/hgsserver/set-hgsserver):


```powershell
Expand Down

0 comments on commit cc7b147

Please sign in to comment.