Skip to content

Instantly share code, notes, and snippets.

@tjarratt
Created November 12, 2020 13:17
Show Gist options
  • Save tjarratt/de8613ca95cc4d3871f060082b72e404 to your computer and use it in GitHub Desktop.
Save tjarratt/de8613ca95cc4d3871f060082b72e404 to your computer and use it in GitHub Desktop.
---
credentials:
- name: /concourse/main/credhub-server
type: value
value: <REPLACE-ME>
- name: /concourse/main/credhub-client
type: value
value: credhub_admin
- name: /concourse/main/credhub-secret
type: password
value: <REPLACE-ME>
- name: /concourse/main/credhub-ca-cert
type: certificate
value:
certificate: |
-----BEGIN CERTIFICATE-----
<REPLACE-ME>
-----END CERTIFICATE-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment