Skip to content

Commit

Permalink
Clarify allowWildcardNames
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jan 31, 2025
1 parent 2a73bdb commit 565d003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-ca/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ the `--password-file` flag accepts
"policy": {
"x509": {
"allow": {
"dns": ["server1.local", "server2.local"]
"dns": ["server1.local", "server2.local", "*.local"]
},
"allowWildcardNames": false
"allowWildcardNames": true
},
"ssh": {
"user": {
Expand Down

0 comments on commit 565d003

Please sign in to comment.