Skip to content

Instantly share code, notes, and snippets.

@adamancini
Last active April 11, 2025 14:31
Show Gist options
  • Save adamancini/b723f28caab9c7794fd9e0f03fbfb7f7 to your computer and use it in GitHub Desktop.
Save adamancini/b723f28caab9c7794fd9e0f03fbfb7f7 to your computer and use it in GitHub Desktop.
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: cluster-wildcard-cert
namespace: default
spec:
secretName: cluster-wildcard-cert
issuerRef:
name: <issuer-name>
kind: ClusterIssuer
dnsNames:
- '*.lan.annarchy.net'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment