Skip to content

Commit

Permalink
fix: byo cert chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Nov 7, 2023
1 parent 4d3bed7 commit b31d876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/get-started/installation/byo-wildcard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ dns:
apps:
cert-manager:
issuer: byo-wildcard-cert
# Add the full chain of your wild card certificate
byoWildcardCert: |
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
byoWildcardCertKey: |
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
Expand Down

0 comments on commit b31d876

Please sign in to comment.