Change the Information on a Self Signed Generated Certificate

95 Views Asked by At

I have previously generated a certificate using the Visual Studio "makecert" program.

Is there any way of being able to modify the Name, Email, Address values on the certificate?

Currently the certificate has null for those values.

1

There are 1 best solutions below

0
On

If you the name of the key store, you can create a new certificate using the same RSA key pair by calling makecert with the -sk argument. Otherwise, you will need to create a new certificate with the correct values.