General - Linux¶
This section is about how to perform a specific task. If you want to understand how a certain component works, please see Reference
The rest of the page assumes you installed using the ansible playbooks from wire-server-deploy
For any command below, first ssh into the server:
Which ports and network interface is my process running on?¶
The following shows open TCP ports, and the related processes.
which may yield output like this:
How can I see if my TLS certificates are configured the way I expect?¶
NOTE¶
The following assumes you’re querying a server from outside (e.g. your laptop). See the next section if operating on a server from an SSH session.
You can use openssl to check, with e.g.
or
To see only the validity (expiration):
How can I see if my TLS certificates are configured the way I expect (special case kubernetes from a kubernetes machine)¶
When you first SSH to a kubernetes node, depending on the setup, DNS may not resolve, in which case you can use the -servername
parameter: