Skip to content

Commit

Permalink
add clientCertificates section to sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Nov 21, 2024
1 parent 8438956 commit a7d30e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ token:
nonce: true
notBeforeDelta: -15s
duration: 24h
clientCertificates:
# rootCAFile: "/path/to/bundle.pem"
# intermediatesFile: "/path/to/bundle.pem"
trust:
# these trust values are just to illustrate what you can do
# they are unique, so locally you can easily tell which case happened
noCertificates: 10
expiredUntrusted: 100
expiredTrusted: 200
untrusted: 900
trusted: 1000

claims:
- key: mac
header: X-Midt-Mac-Address
Expand Down

0 comments on commit a7d30e0

Please sign in to comment.