View Certificates
Note
Chef Automate 4.10.1 released on 6th September 2023 includes improvements to the deployment and installation experience of Automate HA. Please read the blog to learn more about key improvements. Refer to the pre-requisites page (On-Premises, AWS) and plan your usage with your customer success manager or account manager.
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 Server cluster
To view certificates of Chef 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.