Commit 15772e

2024-10-04 02:41:52 Hargata Softworks: x
advanced/https.md ..
@@ 11,6 11,9 @@
1. Convert the .PEM / .CRT files into .PFX, read [this StackOverflow post](https://stackoverflow.com/questions/808669/convert-a-cert-pem-certificate-to-a-pfx-certificate)
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
```
ASPNETCORE_Kestrel__Certificates__Default__Password=bob
ASPNETCORE_Kestrel__Certificates__Default__Path=/https/<yourPFXCertificateName>.pfx
@@ 28,6 31,9 @@
1. Convert the .PEM / .CRT files into .PFX, read [this StackOverflow post](https://stackoverflow.com/questions/808669/convert-a-cert-pem-certificate-to-a-pfx-certificate)
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
```
"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