Example Configurations:
To search only in the user store for certificates with Client Authentication,
Server Authentication, and OCSP Signing OIDs:
{
"server_url":"xxxxx.epm.gpcloudservice.com,
"tenant_id":"xxxxxxxxxx",
"unload_gp":true,
"client_cert_lookup_store" : "user",
"client_cert_eku_oid_list": [
"1.3.6.1.5.5.7.3.2",
"1.3.6.1.5.5.7.3.1",
"1.3.6.1.5.5.7.3.9"
]
}
To search only in the machine store for certificates with the Client
Authentication OID:
{
"server_url":"xxxxx.epm.gpcloudservice.com",
"tenant_id":"xxxxxxxxxx",
"unload_gp":true,
"client_cert_lookup_store" : "machine",
"client_cert_eku_oid_list": ["1.3.6.1.5.5.7.3.2"]
}
To search first in the user store and then the machine store for certificates
with the Client Authentication OID (default for unspecified
client_cert_eku_oid_list value):
{
"server_url":"xxxxx.epm.gpcloudservice.com",
"tenant_id":"xxxxxxxxxx",
"unload_gp":true,
"client_cert_lookup_store" : "user_then_machine",
"client_cert_eku_oid_list": []
}