CData Python Connector for Jira

Build 25.0.9454

CertificateStoreType

Specifies the type of certificate store used for Jira private application authentication.

Possible Values

USER, MACHINE, PFXFILE, PFXBLOB, JKSFILE, JKSBLOB, PEMKEY_FILE, PUBLIC_KEY_FILE, PUBLIC_KEY_BLOB, SSHPUBLIC_KEY_BLOB, P10BFILE, SSHPUBLIC_KEY_FILE, PPKFILE, XMLFILE, XMLBLOB

Data Type

string

Default Value

"USER"

Remarks

This property defines the certificate store type used for SSL client authentication in Jira private applications. The certificate store contains the client certificate that is used during the authentication process with the service. The property allows you to specify different types of certificate stores, depending on the environment and the format of the certificates.

The CertificateStoreType property can take one of the following values:

User - defaultSpecifies a certificate in the current user's Windows User certificate store.
MachineSpecifies a certificate in the Windows local machine certificate store.
PFXFileThe certificate store is the path to a PFX (PKCS12) file that contains certificates.
PFXBlobThe certificate store is a string (base-64-encoded) representing a PFX certificate store.
JKSFileThe certificate store is a path to a Java key store (JKS) file containing certificates.
JKSBlobThe certificate store is a string (base-64-encoded) representing a JKS certificate store.
PEMKeyFileThe certificate store is the path to a PEM-encoded file containing a private key and an optional certificate.
PublicKeyFileThe certificate store is the path to a file containing a PEM- or DER-encoded public key certificate.
PublicKeyBlobThe certificate store is a string (base-64-encoded) containing a PEM- or DER-encoded public key certificate.
SSHPublicKeyBlobThe certificate store is a string (base-64-encoded) containing an SSH-style public key.
P10BFileThe certificate store is the path to a PKCS10 file containing certificates.
SSHPublicKeyFileThe certificate store is a path to a file containing an SSH-style public key.
PPKFileThe certificate store is a path to a file containing a PPK (PuTTY Private Key).
XMLFileThe certificate store is a path to a file containing a certificate in XML format.
XMLBlobThe certificate store is a string containing a certificate in XML format.

Related Connection Properties

To specify the private certificate, you may need to set the following properties in addition to CertificateStoreType:

  • CertificateStore: The name of the certificate store (for example, "MY" for a Windows store or the file name for a file-based store).
  • CertificateStorePassword: The password for the store, if the store is password-protected.
  • CertificateSubject: The subject of the certificate to search for within the store.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454