Skip to content
Snippets Groups Projects
Commit 95bf380d authored by Greg Althaus's avatar Greg Althaus
Browse files

If the inventory name of the host exceeds 63 characters,

the openssl tools will fail to create signing requests because
the CN is too long.  This is mainly a problem when FQDNs are used
in the inventory file.

THis will truncate the hostname for the CN field only at the
first dot.  This should handle the issue for most cases.
parent 2a61ad1b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment