Skip to content

Commit

Permalink
add regex to json config
Browse files Browse the repository at this point in the history
  • Loading branch information
lanrat committed Feb 24, 2021
1 parent 02381dd commit 485a841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ func generateGraphMetadata() map[string]interface{} {
options["sanscap"] = config.maxSANsSize
options["cdn"] = config.cdn
options["timeout"] = config.timeout
options["regex"] = regexString
data["options"] = options
return data
}
Expand Down

0 comments on commit 485a841

Please sign in to comment.