I'm new to ECDSA and there is something I still not sure about. If I have a classic Certificate Authority server that delivers PEM certificates containing public key with ECDSA, I can retrieve the coordinates of the Point on the curve, and the curve used.
My question, is regarding the coordinates of the point $x,y.$ Is it possible that two different generated certs can give me the same point?
Or points are sure to be unique?
Is it safe to set ownership from the combination of $x,y.$ For example, I have an asset and I want to set its owner to "$\{x\}:\{y\}$" ?
Thank you,