Skip to content

Commit 574892e

Browse files
Update default hubservice config
1 parent e54c0bb commit 574892e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Certify.Server/Certify.Server.HubService/default-settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"SvcHttpEndpoint": {
1212
"Url": "http://0.0.0.0:8080"
1313
}
14-
// exmaple HTTP config. Before using, acquire a certificate for desired host e.g. certifyhub.intranet.yourdomain.com
14+
15+
// example HTTP config. Before using, acquire a certificate for desired host e.g. certifyhub.intranet.yourdomain.com
1516
// Then add a Deployment Task (Export Certificate) to export pfx to where it's required e.g. C:\ProgramData\certify\internal-certs\hub.pfx , then run the task to export the initial certificate.
1617
// the choice of port and filename etc is arbitrary, as long as the process can access the file.
1718
// https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-9.0

0 commit comments

Comments
 (0)