Skip to content

Commit

Permalink
Merge pull request #1172 from orcema/orcema-patch-readme-CA
Browse files Browse the repository at this point in the history
update Trusting a Custom Certificate Authority
  • Loading branch information
shanemcd authored Jan 4, 2023
2 parents 19c6c77 + fb1639a commit a199a8c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,22 @@ spec:
bundle_cacert_secret: <resourcename>-custom-certs
```

To create the secrets, you can use the commands below:
Create the secret with `kustomization.yaml` file:

```yaml
....
secretGenerator:
- name: <resourcename>-custom-certs
files:
- bundle-ca.crt=<path+filename>
options:
disableNameSuffixHash: true
...
```

Create the secret with CLI:

* Certificate Authority secret

Expand Down

0 comments on commit a199a8c

Please sign in to comment.