67.Spring Boot web Application-Redirect from http to https | Enable SSL to Spring boot applications

Publié le: 19 août 2017
sur la chaîne: KK JavaTutorials
9,691
74

In this video you will learn How to redirect (http) to https using as pring boot web app.

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

Below is the GitHub link to download source:
https://github.com/kishanjavatrainer/...


Sur cette page du site, vous pouvez voir la vidéo en ligne 67.Spring Boot web Application-Redirect from http to https | Enable SSL to Spring boot applications durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur KK JavaTutorials 19 août 2017, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 9,691 fois et il a aimé 74 téléspectateurs. Bon visionnage!