mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-26 22:47:00 +08:00
Compare commits
1 Commits
eac5d66981
...
f4e7dc5e4f
Author | SHA1 | Date | |
---|---|---|---|
|
f4e7dc5e4f |
@ -59,6 +59,19 @@ Command:
|
|||||||
#(nop) ADD file:c1900d3e3a29c29a743a8da86c437006ec5d2aa873fb24e48033b6bf492bb37b in /
|
#(nop) ADD file:c1900d3e3a29c29a743a8da86c437006ec5d2aa873fb24e48033b6bf492bb37b in /
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Private Key (Site-Key)
|
||||||
|
|
||||||
|
- `/etc/dls/config/decryptor/decryptor`
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker exec -it <container-id> /etc/dls/config/decryptor/decryptor > /tmp/private-key.pem
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
...
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
```
|
||||||
|
|
||||||
## Site Key Uri - `/etc/dls/config/site_key_uri.bin`
|
## Site Key Uri - `/etc/dls/config/site_key_uri.bin`
|
||||||
|
|
||||||
@ -91,8 +104,6 @@ Valid users are `dls_writer` and `postgres`.
|
|||||||
docker exec -it <dls:pgsql> psql -h localhost -U postgres
|
docker exec -it <dls:pgsql> psql -h localhost -U postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you can modify `docker-compose.yaml` to forward Postgres port.
|
|
||||||
|
|
||||||
# Logging / Stack Trace
|
# Logging / Stack Trace
|
||||||
|
|
||||||
- https://docs.nvidia.com/license-system/latest/nvidia-license-system-user-guide/index.html#troubleshooting-dls-instance
|
- https://docs.nvidia.com/license-system/latest/nvidia-license-system-user-guide/index.html#troubleshooting-dls-instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user