How to Create Self-Signed SSL Certificate | PKCS12 & JKS certificate using KeyTool - OpenSSL

preview_player
Показать описание
#OpenSSL #Self-Signed #SSL #
Linux - Create Self-Signed SSL Certificate PKCS12 & JKS StoreType using KeyTool with password protected. I have Used AWS Ec2 Linux machine to create the certificate. You can use any linux machine.

if you like my video, please subscribe to my channel and share the video

If keyTool is not there in your machine Then Install Java Command :
sudo yum update
sudo yum install java-1.8.0-openjdk-devel

Command for create Self Signed SSL Certificate :
keytool -genkeypair -alias techtalkdebu -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore techtalkdebu.p12 -validity 3650
You can also use OpneSSL

For Enable this Certificate in Your Application you can take reference this Video :

Instagram: techtalk_debu

Thanks & Regards,
Debu Paul
Рекомендации по теме
Комментарии
Автор

Can we connect? need some help regarding the certificates

Subhansam
Автор

what is alias name here and how it is used with certificate ?

rajkumar-cszs