In the certificate and generated host file, the name is lxocpb01. Except for the fact it ignores the client-provided hostname (if there is one) it's okay. The DNS, however, does not have lxocpb01 but rather has bastion. This is going to (possibly) break the change I made to finna to have it use gethostname and friends to find out what the FQDN is.
In the certificate and generated host file, the name is
lxocpb01
. Except for the fact it ignores the client-provided hostname (if there is one) it's okay. The DNS, however, does not havelxocpb01
but rather hasbastion
. This is going to (possibly) break the change I made tofinna
to have it usegethostname
and friends to find out what the FQDN is.