66.Spring boot SSL(Secure sockets Layer)configuration | Enable SSL to Spring boot applications

Published: 18 August 2017
on channel: KK JavaTutorials
18,392
175

In this video you will learn How to set up SSL certificate in spring boot web application

Below is the command to generate SSL certificate using keytool:
#keytool -genkey -alias selfsigned -storetype PKCS12 -keyalg RSA -keysize 2048 -keystore mykeystore.jks -validity 360

Brief description about above command:::
-genkey:Genate a new private key
-alias:Create an alias for this key named "selfsigned"
-storetype:key store type is PKCS12
-keyalg:Key algorithm for encryption(RSA)
-keysize:Specifies the size of each key to be generated(2048)
-keystore:key store filename and location(mykeystore.jks)
-validity:This certificate will be validate for 360 days


Watch video 66.Spring boot SSL(Secure sockets Layer)configuration | Enable SSL to Spring boot applications online without registration, duration hours minute second in high quality. This video was added by user KK JavaTutorials 18 August 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 18,392 once and liked it 175 people.