Hi,

Is there a way to define fqdn for func clients for cert creation and register on the certmaster?
I found in certmaster/utils.py, there is a function get_hostname.
..
hostname = socket.gethostname()
..

With gethostname all my clients are registert as "hostname" on the certmaster.
If i switch to for testing:

hostname = socket.getfqdn()

all my clients are registert as "hostname.domain" on the certmaster.
Finaly with fqdn i can better use  func "*.domain"...

many thanks,
Thomas





_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to