Currently the CLI supports only certificates that are not protected. Let's explore whether we can add support for protected by password certificates.
Currently we can do that to login with cert:
login --authType certificate --certificateFile /Users/user/dev/localhost.pfx --thumbprint 47C4885736C624E90491F32B98855AA8A7562AF1
Adding additional option --certificatePassword [certificatePassword] would be required.
Currently the CLI supports only certificates that are not protected. Let's explore whether we can add support for protected by password certificates.
Currently we can do that to login with cert:
Adding additional option
--certificatePassword [certificatePassword]would be required.