Skip to content

Commit

Permalink
Unicode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Nov 4, 2024
1 parent 619ff5f commit f4b0058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-ca/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,8 @@ template:
Given a root certificate and a key, you can generate the intermediate with:

```shell
step certificate create template intermediate.tpl --ca root_ca.crt --ca-key root_ca_key \
Intermediate CA intermediate.crt intermediate.key
step certificate create --template intermediate.tpl --ca root_ca.crt --ca-key root_ca_key \
"Intermediate CA" intermediate.crt intermediate.key
```

Besides `"permittedDNSDomains"`, the `"nameConstraints"` property accepts all
Expand Down

0 comments on commit f4b0058

Please sign in to comment.