File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4040This is an example configuration, so you can configure the endpoints and certificates however you prefer.
You can’t perform that action at this time.
0 commit comments