https://github.com/devizer/netcore.cavalidationlab
It's a bright visualization of different behavior of certificate validation in core sdk and self-contained environments
https://github.com/devizer/netcore.cavalidationlab
Last synced: 7 months ago
JSON representation
It's a bright visualization of different behavior of certificate validation in core sdk and self-contained environments
- Host: GitHub
- URL: https://github.com/devizer/netcore.cavalidationlab
- Owner: devizer
- License: lgpl-3.0
- Created: 2019-01-25T01:42:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T07:46:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T10:18:08.125Z (10 months ago)
- Language: Shell
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetCore.CaValidationLab
It's a bright visualization of different behavior of certificate validation in core sdk and self-contained environments
### run from source
dotnet core sdk 2.0+ is enouth:
```bash
wget -q -nv --no-check-certificate -O - https://raw.githubusercontent.com/devizer/NetCore.CaValidationLab/master/run.sh | bash
```