Hi,
I am generated self signed certificate , can someone assist which flies needs to be shared with system admin of AD so that they can upload it.
Can you please explain more? I have two files on desktop which can me open through Notepad++
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need share both these files.
Basically,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when i generated i got two files? how can i know which is private key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What tool you have used to generate key files?
if you are using `openssl` it key will have extension `.pem` and certificate file will have extension `.crt`.
Also when you will open private key file in text editor, they will have "---- BEGIN xxx PRIVATE KEY ----" mentioned on top of file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very clear answer thank you.
Correct me if i am wrong.
Step1 : I will rename the original existing files
Step:2 .Then restart the JIRA instance services. So that the new certificate files will be updated,
Step 3: Then i will ask ADS team to do the required changes? can you please explain here?
what will happen and how it will be done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Once you replace existing key/certificate files with new key/certificate files and restart Jira, Jira will start serving with new public certificates.
Since, you are using self signed certificate, your user might need to accept it in there browsers to proceed.
Also, if you are consuming Jira rest resources etc some where you will need to confirm if they are working after certificate changes.
Rest will work as is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont need to give anything to AD team? and how I need to accept it in there browsers to proceed.?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AD team implies?
Certificates are symbol of trust, and browser/os hold list of certain trusted authorities, but when browser access any site that has certificate which is not from it's list of trusted authorities, it will give you warning.
Once you get to this warning page, and as you know that you have generated this certificate yourself you can ask browser to skip warning and mark this certificate as trusted.
You can also mark this certificate trusted beforehand. You can find lots of article on this, e.g.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.