Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teerasej/productapi
https://github.com/teerasej/productapi
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/productapi
- Owner: teerasej
- Created: 2023-04-11T08:57:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T12:49:53.000Z (over 1 year ago)
- Last Synced: 2024-04-13T19:04:50.401Z (9 months ago)
- Language: Visual Basic .NET
- Size: 4.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProductAPI
## SSL Certificate on target machine
The ASP.NET Core developer certificate is in an invalid state. To fix this issue, run
```bash
dotnet dev-certs https --clean
dotnet dev-certs https
```to remove all existing ASP.NET Core development certificates and create a new untrusted developer certificate.
## trust Certificate
On macOS or Windows, to trust the new certificate, run following code:
```
dotnet dev-certs https --trust
```