CertificateStore Parameter (Connect-Confluence Cmdlet)
Specifies the certificate store that provider uses for OAuth 1.0 authentication.
Syntax
Connect-Confluence -CertificateStore string
Data Type
cstr
Default Value
""
Remarks
This property is only used when OAuthVersion is set to 1.0.
Set this property to the location of the certificate store that contains the client certificate used for OAuth application authentication with Confluence.
The certificate store must include the private key associated with the consumer key configured for your Confluence application link.
This property is useful when you need to authenticate with OAuth using signed requests instead of browser-based OAuth flows.