26 lines
684 B
Markdown
26 lines
684 B
Markdown
# NLS - NVIDIA License System
|
|
|
|
[TOC]
|
|
|
|
# About this project
|
|
|
|
There maybe are Public/Private-Keys present in this repo.
|
|
That is ok, because they belong to an single instance which
|
|
are reset after we know how licensing process is working.
|
|
|
|
*This repository has a public git mirror on: https://gitea.publichub.eu/nvidia/nls*
|
|
|
|
# Docs
|
|
|
|
Docs and current knowledge can be found in [doc's directory](doc/README.md).
|
|
|
|
# Official Docs
|
|
|
|
- https://docs.nvidia.com/license-system/latest/index.html
|
|
|
|
# Code
|
|
|
|
There is test code available in [src/test](src/test) to test behaviour of `config-token`.
|
|
|
|
The test `test_our_config_token` currently fails, because we do not yet have a correct private-key.
|