tech question, certificates/signing
If I have a certificate protected by a password, if I remove the password and then add a new different password, is the certificate itself the same?
re: tech question, certificates/signing
@draknek The question is confusing to me, if it's your cert, you have the private key, you can do whatever you want.
re: tech question, certificates/signing
@seven If I sign a thing with the first certificate and sign a different thing with the second certificate, will they look like they've been signed by the same cert?
re: tech question, certificates/signing
@draknek Signing is done by the private key, so yes.
re: tech question, certificates/signing
@draknek But to be clear, the public block is what a server would provide, that is generally signed by a 3rd party.
tech question, certificates/signing
@draknek Yes, basically your pasword is just a symetric key.
On your disk the certificate won't have the same content, but once it is decoded, it is the same