Skip to content

Commit

Permalink
updated trust defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Nov 22, 2024
1 parent 96c7936 commit 491e51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions token/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (

const (
DefaultTrustLevelNoCertificates = 0
DefaultTrustLevelExpiredUntrusted = 100
DefaultTrustLevelExpiredTrusted = 1000
DefaultTrustLevelUntrusted = 1000
DefaultTrustLevelExpiredUntrusted = 0
DefaultTrustLevelExpiredTrusted = 500
DefaultTrustLevelUntrusted = 0
DefaultTrustLevelTrusted = 1000
)

Expand Down

0 comments on commit 491e51d

Please sign in to comment.