mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-08 21:08:04 -05:00
docs: Update notary server documentation
This commit is contained in:
@@ -117,7 +117,7 @@ The default logging strategy of this server is set to `DEBUG` verbosity level fo
|
||||
|
||||
`notary_server=DEBUG,tlsn_verifier=DEBUG,mpc_tls=DEBUG,tls_client_async=DEBUG`
|
||||
|
||||
In the config [file](./config/config.yaml), one can toggle the verbosity level for these crates using the `level` field under `logging`.
|
||||
In the config [file](./config/config.yaml), one can toggle the verbosity level for these crates using the `level` field under `logging`. Alternatively, use the CLI argument `--log-level` (see [this](#configuration)).
|
||||
|
||||
One can also provide a custom filtering logic by adding a `filter` field under `logging` in the config file above, and use a value that follows the tracing crate's [filter directive syntax](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax).
|
||||
|
||||
@@ -154,7 +154,7 @@ TLS between the prover and the notary is currently manually handled in this serv
|
||||
- This server is run locally
|
||||
- TLS is to be handled by an external environment, e.g. reverse proxy, cloud setup
|
||||
|
||||
The toggle to turn on/off TLS is in the config (`tls` field).
|
||||
The toggle to turn on/off TLS is in the config (`tls` field). Alternatively, use the CLI argument `--tls-enabled` (see [this](#configuration)).
|
||||
|
||||
### Design Choices
|
||||
#### Web Framework
|
||||
|
||||
@@ -206,7 +206,7 @@ components:
|
||||
description: Hex bytes representing the signed-by-intel quote
|
||||
type: string
|
||||
mrsigner:
|
||||
description: The key bound to the enclave, which is ephemeral and not used
|
||||
description: Represents the public key of the enclave signer
|
||||
type: string
|
||||
mrenclave:
|
||||
description: The enclave image hash, including gramine and the notary server itself
|
||||
|
||||
Reference in New Issue
Block a user