aptible environment:ca_cert

Synopsis

Usage:
  aptible environment:ca_cert

Options:
  [--environment=ENVIRONMENT]

Retrieve the CA certificate associated with the environment

📘

Tip

Since most database clients will want you to provide a PEM formatted certificate as a file, you will most likely want to simply redirect the output of this command directly to a file, eg: "aptible environment:ca_cert &> all-aptible-CAs.pem" or "aptible environment:ca_cert --environment=production &> production-CA.pem".