Skip to content

ca_certs job from os-conf/17

Github source: f146474 or master branch

Properties

certs

Concatenated set of certificates in PEM format

Default
""
Example
|+
  -----BEGIN CERTIFICATE-----
  MIIClTCCAf4CCQDc6hJtvGB8RjANBgkqhkiG9w0BAQUFADCBjjELMAk...
  -----END CERTIFICATE-----
  -----BEGIN CERTIFICATE-----
  MIIClTCCAf4CCQDc6hJtvGB8RjANBgkqhkiG9w0BAQUFADCBjjELMAk...
  -----END CERTIFICATE-----

Templates

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

  • bin/pre-start (from pre-start.sh.erb)
  • config/certs.crt (from certs.erb)

Packages

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

This job relies on no runtime packages.