Creating a self-signed certificate

preview_player
Показать описание
Create a self-signed certificate.
Certificates are required to determine the authenticity of an organization/domain.

This video demonstrates the steps required to create a certificate and to sign that certificate with your own CA.

Steps followed are as below:

1. Creating a sample CA certificate and this is helpful for those organizations who do not want to spend an additional amount to get a commercial certificate

2. create a kestore named clientkeystore

keytool –keystore clientkeystore –genkey –alias client -keyalg rsa

3. generate certificate signing request

4. generate signed certificate for associated CSR

5. import CA certificate into keystore

6. import signed certificate for associated alias in the keystore

Рекомендации по теме
Комментарии
Автор

I am trying to sign an exe file, any help pls ?

Anonymous-opve
Автор

Can we get private key from. Cer file using c# code?

prabhakarsrivastava
Автор

Please help me sir I can't generate keystore

justazizz