OpenXPKI::Server::Workflow::Activity::CSR::CheckPolicyKeyDuplicate
Check if another certificate with the same public key already exists. The
default is to check against entity certificates in the same realm, result is
written as array of identifiers to context at check_policy_key_duplicate or
the given target key.
See the parameters section for other search options.
- pkcs10
- PEM encoded PKCS10 data to extract the key from, default uses data found
at context key pkcs10.
- target_key
- Context key to write the result to, default is
check_policy_key_duplicate
- any_realm
- Boolean, search certificates globally, optional.