You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts requires a space separated list of FQDNs, but there is no sanity check on them.
This can cause issues, for example when helpful software turns an FQDN into a URL. In that case the script outputs just a private key, and no CSR, and it also does not complain in any other way:
The scripts requires a space separated list of FQDNs, but there is no sanity check on them.
This can cause issues, for example when helpful software turns an FQDN into a URL. In that case the script outputs just a private key, and no CSR, and it also does not complain in any other way:
The arguments need to be validates for correct FQDNs.
The text was updated successfully, but these errors were encountered: