Hello,
I'm trying to split a public PGP key with n identities into n public PGP keys with one identity each.
It should be noted that all public PGP keys should share a common private key.
I tried "create_key_with_flags" with the flag WANTPUB but I'm getting a new pair of keys for each user. Is there another way to achieve my goal ?
Hello, I'm trying to split a public PGP key with n identities into n public PGP keys with one identity each. It should be noted that all public PGP keys should share a common private key. I tried "create_key_with_flags" with the flag WANTPUB but I'm getting a new pair of keys for each user. Is there another way to achieve my goal ?