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
Right now, the CLI for sign takes the hostname as a parameter or as a flag (-hostname). In the csr.CertificateRequest, cfssl accepts multiple hostnames, it should also do so if provided as the hostname.
The hostname parameter should be augmented to accept a comma-separated list of hostnames/IPs. This will allow the creation of multiple-SAN certs from the command line.
The text was updated successfully, but these errors were encountered:
I'm thinking since I just got done adding unit tests to signer, it might be a good idea for me to try and tackle this feature. Does that sound like a good idea?
Right now, the CLI for sign takes the hostname as a parameter or as a flag (-hostname). In the csr.CertificateRequest, cfssl accepts multiple hostnames, it should also do so if provided as the hostname.
The hostname parameter should be augmented to accept a comma-separated list of hostnames/IPs. This will allow the creation of multiple-SAN certs from the command line.
The text was updated successfully, but these errors were encountered: