Is it possible that the CA certificate should only be associated with one device? means one-time import. #890
Replies: 2 comments 2 replies
-
No, you can't. Pk12 is not issued per device. |
Beta Was this translation helpful? Give feedback.
-
There is nothing in the certificate itself that can prevent this if you are distributing private keys and certificate in P12 files, and if the devices are not trustworthy. You can link a certificate to a specific device serial number of course, and then it is up to the trustowrthiness of the devices (that they can'f fake their serial while using the cert) and the validation to validate serial number. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For security reasons, when a CA Client certificate is installed once, can it be restricted from being installed on other devices?
I means if a pk12 certificate is leaked, how can I ensure that the certificate can‘t be installed again?
Beta Was this translation helpful? Give feedback.
All reactions