Commit 9814e7

2024-10-04 02:43:28 Hargata Softworks: x
advanced/https.md ..
@@ 13,7 13,7 @@
2. Open and modify the .env file and add the following lines(note that in this example I used bob as the password for the cert)
> [!NOTE]
> You can use the [LubeLogger Configurator](https://lubelogger.com/configure)
- > for this part
+ > for this step
```
ASPNETCORE_Kestrel__Certificates__Default__Password=bob
ASPNETCORE_Kestrel__Certificates__Default__Path=/https/<yourPFXCertificateName>.pfx
@@ 33,7 33,7 @@
2. Open and modify appsettings.json located in the same directory as the CarCareTracker executable and add the following lines(note that in this example I used bob as the password for the cert)
> [!NOTE]
> You can use the [LubeLogger Configurator](https://lubelogger.com/configure)
- > for this part
+ > for this step
```
"Kestrel": {
"Endpoints": {
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9