Month: August 2019

ForgeRock OpenDJ Installation Steps Console

OpenDJ-Installation-Windows

Here you can see OpenDJ Installation Steps Console. in the previous artifcle you can see OpenDJ installation step by step with explanation and click here to see.   ForgeRock OpenDJ Installation Steps Console D:\forgerock\opendj>setup.bat –cli READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY. BY DOWNLOADING OR INSTALLING THE FORGEROCK SOFTWARE, YOU, ON BEHALF OF YOURSELF AND YOUR […]

ForgeRock OpenDJ Installation in Windows

OpenDJ-Installation-Windows

OpenDJ installation is very simple through the command line. Here I am going to sharing OpendJ installation in windows. Installation in Linux and Windows both are very similar way so that I will mention wherever changes required for linux. Before going to install OpenAM, you need to install OpenDJ, because OpenAM configuration details will be […]

Convert JKS to PKCS12

Self Signed JKs

SelfSigned JKS file can be generated for a development environment but the JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry-standard format using “keytool -importkeystore -srckeystore keystore.jks -destkeystore keystore.jks -deststoretype pkcs12“ Generate Self signed JKS narayanatutorial.jks file generated, now we can convert JKS to PKCS12 using the […]

Subscribe to our newsletter

You can get latest post updates, interview tips and much more We promise not to spam you. You can unsubscribe at any time NarayanaswamyHello! I am Narayanaswamy founder and admin of narayanatutorial.com. I have been working in the IT industry for more than 12 years. NarayanaTutorial is my web technologies blog. My specialties are Java […]

Cookie Not Marked as HttpOnly

HTTPOnly cookies cannot be read by client-side scripts, therefore marking a cookie as HTTPOnly can provide an additional layer of protection against cross-site scripting attacks. Solution <session-config> <cookie-config> <http-only>true</http-only> </cookie-config> </session-config> NarayanaswamyHello! I am Narayanaswamy founder and admin of narayanatutorial.com. I have been working in the IT industry for more than 12 years. NarayanaTutorial is […]