You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Certify.Server/Certify.Server.HubService/default-settings.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
"SvcHttpEndpoint": {
12
12
"Url": "http://0.0.0.0:8080"
13
13
}
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
15
16
// 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.
16
17
// the choice of port and filename etc is arbitrary, as long as the process can access the file.
0 commit comments