How to create central encryption keys
The procedure on how to create encryption keys differs from your operating system. Here you will find a short how-to for Windows users.
Assuming that you are using Windows, it is necessary to install OpenSSL (in Linux systems is built-in).
After installing the program, run the file openssl.exe as administrator by right-clicking on it (exact location may vary in your PC, but it can be found in the folder OpenSSL-Win64/bin).
Use the command genpkey -out private.txt -algorithm RSA -pkeyopt rsa_keygen_bits:2048 to generate the private key and the command rsa -in private.txt -outform PEM -pubout -out public.txt to generate the public key:
The keys will appear as a text file in the bin folder:
5. You can finally copy-paste them in your Jira home directory.
Related content
© 2023, STAGIL