mirror of
https://github.com/AtHeartEngineer/progcrypto_workshop.git
synced 2026-01-09 01:57:53 -05:00
Updated notary server config
This commit is contained in:
@@ -12,6 +12,10 @@ tls-signature:
|
||||
|
||||
notary-signature:
|
||||
private-key-pem-path: "./fixture/notary/notary.key"
|
||||
public-key-pem-path: "./fixture/notary/notary.pub"
|
||||
|
||||
tracing:
|
||||
default-level: DEBUG
|
||||
|
||||
authorization:
|
||||
enabled: false
|
||||
|
||||
@@ -93,7 +93,7 @@ Bytes sent:
|
||||
|
||||
### 3. Redact Information
|
||||
|
||||
Open `simple_prover.rs` and locate the line with:
|
||||
Open `simple/src/examples/simple_prover.rs` and locate the line with:
|
||||
|
||||
```rust
|
||||
let redact = false;
|
||||
|
||||
Reference in New Issue
Block a user