Skip to content

Commit

Permalink
add the additional formats to certs
Browse files Browse the repository at this point in the history
  • Loading branch information
creedasaurus committed Jul 3, 2024
1 parent b0daa47 commit 0af0831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/networking/certmanager/staging-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: cert-manager
spec:
secretName: cm-staging-shared-wildcard-vulfhaus-tls
additionalOutputFormats:
- type: CombinedPEM
- type: DER
dnsNames:
- "vulf.haus"
- "*.vulf.haus"
Expand Down
1 change: 1 addition & 0 deletions apps/networking/certmanager/values.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
installCRDs: true
featureGates: "AdditionalCertificateOutputFormats"
extraArgs:
- --dns01-recursive-nameservers-only
- --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
Expand Down

0 comments on commit 0af0831

Please sign in to comment.