Closed mikejhathaway closed 6 years ago
Hi Mike,
as written in the CLI help output:
-oldcert val Certificate to be updated (defaulting to -cert) ...
you can use the -oldcert
option to specify the cert to be updated, else the cert given with the -cert
option (which in your case is the original one) is used.
Alternatively you can change the argument of the -certout
option to C:/tools/OpenSSL/data/device_one.cer
such that on each (successful) enrollment) the previous version of your cert will be overwritten and the next update will refer (via the -cert
default) to this current version.
Cheers, David
Hi There,
I have a question about the cmp.cnf file, the following works for the initial enrollment but key update is not working as expected, I saw from another post the same configuration being used with an EJBCA and used this as the basis for my config.
I can see that the original device_one.key\cert is being used for the update vs using device_one_new.key\cert, its not obvious to me where I have made a mistake, any pointers are welcome??
Thanks
Mike