Hello,
we are using MS AD Groups. In Jira, i had to import the certificates from the DCs into the cacerts file.
keytool -importcert -alias Name -keystore "C:\Program Files\Atlassian\JIRA\jre\lib\security\cacerts" -file C:\Temp\Name.cer
This is working fine. But in Bitbucket i always get an error
keytool error: java.io.FileNotFoundException: D:\Atlassian\Bitbucket\6.4.0\jre\lib\security (Access is denied)
What is wrong ?