Skip to content

Instantly share code, notes, and snippets.

@jgardner04
Created December 18, 2018 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgardner04/1b4d684d086d6872670ca721b154884b to your computer and use it in GitHub Desktop.
Save jgardner04/1b4d684d086d6872670ca721b154884b to your computer and use it in GitHub Desktop.
Azure DevOps Linux Build Agent Certificates
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: tls-secret
spec:
secretName: tls-secret
dnsNames:
- <<your dns name>>
acme:
config:
- http01:
ingressClass: nginx
domains:
- << your dns name>>
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment