Skip to content

Commit c5364eb

Browse files
Update binding config docs
1 parent 43a3e44 commit c5364eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hub/installation/service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ Once you have a cert on disk you are ready to configure the service to use that
2424
"SvcHttpEndpoint": {
2525
"Url": "http://0.0.0.0:8080"
2626
},
27-
"HttpsInlineCertFile": {
27+
"HttpsInlineCertFile": {
2828
"Url": "https://0.0.0.0:9697",
2929
"Certificate": {
3030
"Path": "C:\\ProgramData\\certify\\internal-certs\\hub.pfx",
3131
"Password": ""
3232
}
33-
},
33+
}
3434
}
3535
}
3636
```
3737

38-
Then restart the `Certify Management Hub` service, you can now access the service via https e.g. `https://
38+
Then restart the `Certify Management Hub` service, you can then access the service via https e.g. `https://certifyhub.intranet.yourdomain.com`
3939

4040
This is an example configuration, so you can configure the endpoints and certificates however you prefer.

0 commit comments

Comments
 (0)