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
In cfssl.py (line 347): host.to_api() for host in hosts
This fails if hosts are not specified. The default value for hosts is None, it should be []
Also easy enough to work around by specifying the value in the call