Skip to content

Instantly share code, notes, and snippets.

@younes200
Created August 26, 2018 11:35
Show Gist options
  • Save younes200/e8cdd7823f8c09d0f807799b9ae3a916 to your computer and use it in GitHub Desktop.
Save younes200/e8cdd7823f8c09d0f807799b9ae3a916 to your computer and use it in GitHub Desktop.
apiVersion: voyager.appscode.com/v1beta1
kind: Certificate
metadata:
name: myapp
spec:
domains:
- 'api.myapp.com'
- 'api.beta.myapp.com'
acmeUserSecretName: acme-account
challengeProvider:
dns:
provider: gce
credentialSecretName: voyager-gce
storage:
secret:
name: myapp-tls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment