Skip to content

cfdot job from diego/2.0.0

Github source: e4b4004 or master branch

Properties

diego

cfdot

bbs
ca_cert

DEPRECRATED: Use tls.ca_certificate instead

client_cert

DEPRECRATED: Use tls.certificate instead

client_key

DEPRECRATED: Use tls.private_key instead

tls

ca_certificate

REQUIRED: PEM-encoded CA certificate used for client credentials.

certificate

REQUIRED: PEM-encoded certificate used for client credentials.

private_key

REQUIRED: PEM-encoded key used for client credentials.

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/cfdot/ directory (learn more).

  • bin/pre-start (from pre-start.erb)
  • bin/setup (from setup.erb)
  • config/certs/cfdot/ca.crt (from ca.crt.erb)
  • config/certs/cfdot/client.crt (from client.crt.erb)
  • config/certs/cfdot/client.key (from client.key.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.