Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oceanapplications/d7dc1ce682f4576920cdf46d19e32aa0 to your computer and use it in GitHub Desktop.
Save oceanapplications/d7dc1ce682f4576920cdf46d19e32aa0 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-production
namespace: kubernetes-for-laravel
spec:
acme:
# Production API
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: account-key-production
solvers:
- http01:
ingress:
class: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment