Skip to content

Commit

Permalink
changes to test preview.
Browse files Browse the repository at this point in the history
Fixes #5882

Signed-off-by: Yogesh Sinha <[email protected]>
  • Loading branch information
yogisinha committed Mar 13, 2024
1 parent 580fa87 commit f9b196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/builtins.go
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ with all others being treated as intermediates.`,
types.Named("options", types.NewObject(
nil,
types.NewDynamicProperty(types.S, types.A),
)).Description("object containing extra configs to verify the validity of certificates."),
)).Description("object containing extra configs to verify the validity of certificates. `options` object supports four fields which maps to same fields in [x509.VerifyOptions struct](https://pkg.go.dev/crypto/x509#VerifyOptions). `DNSName`, `CurrentTime`: Nanoseconds since the Unix Epoch as a number, `MaxConstraintComparisons` and `KeyUsages`. Possible values for `KeyUsages`:"),
),
types.Named("output", types.NewArray([]types.Type{
types.B,
Expand Down

0 comments on commit f9b196d

Please sign in to comment.