Document how to use other identity trust root
- Dominant language
- JavaScript
- Stars
- 60
- Forks
- 221
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
```bash
$ step certificate create --profile root-ca "Example Root CA" root-ca.crt root-ca.key --no-password --insecure
$ step certificate create identity.linkerd.cluster.local identity.crt identity.key --profile intermediate-ca --ca ./root-ca.crt --ca-key ./root-ca.key --no-password --insecure
$ linkerd install --identity-trust-anchors-file root-ca.crt --identity-issuer-key-file identity.key --identity-issuer-certificate-file identity.crt
```
Contributor guide
Research direction
Use the three provided Bash commands as the starting example for the documentation. Locate the website's identity or installation guidance, add an explanation of using a separate trust root and identity issuer, and verify that the documented steps clearly cover certificate creation and Linkerd installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100