In order to have a properly functioning PKI system, each machine in the system must have a correct fully qualified domain name.
This page describes the process to verify and configure the fully qualified domain name on each machine.
To verify the current FQDN, execute the following command:
$ python -c 'import socket; print(socket.getfqdn())' pki.example.com