CertificateStorePassword Parameter (Connect-JIRA Cmdlet)
Specifies the password used to open the certificate store for authentication with Jira, if the certificate store is password-protected.
Syntax
Connect-JIRA -CertificateStorePassword string
Data Type
cstr
Default Value
""
Remarks
This property is used to provide the password, if required, to access the certificate store. The certificate store contains the client certificate used for OAuth authentication, and if the store is encrypted or password-protected, the password must be specified here to unlock the store.