stoven2k17
Results
1
comments of
stoven2k17
Hi! I’ve reviewed how tls2jwt.go works, i think it generates a JWT on demand using github.com/golang-jwt/jwt/v5, signed with the client certificate’s private key if my interpretation is right. This seems...