Skip to main content

View Certificates

Certificates can be viewed for different services using below commands.

Viewing certificates of all services

To view certificates of all services, run the following command:

chef-automate cert show 

Viewing certificates of Automate cluster

To view certificates of Automate cluster, run the following command:

chef-automate cert show --automate
#or
chef-automate cert show -a
#or
chef-automate cert show --a2

Viewing certificates of Chef Infra Server cluster

To view certificates of Chef Infra Server cluster, run the following command:

chef-automate cert show --chef_server
#or
chef-automate cert show -c
#or
chef-automate cert show --cs

Viewing certificates of PostgreSQL cluster

To view certificates of PostgreSQL cluster, run the following command:

chef-automate cert show --postgresql
#or
chef-automate cert show -p
#or
chef-automate cert show --pg

Viewing certificates of OpenSearch cluster

To view certificates of OpenSearch cluster, run the following command:

chef-automate cert show --opensearch
#or
chef-automate cert show -o
#or
chef-automate cert show --os

Note

  • You can also view certificates of a specific node of a service by passing the node’s IP address as a flag --node <IP_ADDRESS> or -n <IP_ADDRESS> to the above commands.

Thank you for your feedback!

×