CertificateStore Parameter (Connect-JIRA Cmdlet)
Specifies the certificate store used for Jira authentication. The certificate store contains the client certificate that is used to authenticate the client application with the service.
Syntax
Connect-JIRA -CertificateStore string
Data Type
cstr
Default Value
""
Remarks
This property defines either the path to the certificate store or the contents of the certificate store, depending on the CertificateStoreType. The client certificate is used to prove the identity of the client application when connecting to the service, ensuring secure communication. The client certificate is typically in formats such as .p12, .pfx, or .pem.