Skip to main content
Skip table of contents

Verify Enroll on behalf of for Windows

This article is valid for CM 8.5 and later.

This article describes how to verify Enroll on behalf of (EOBO) for Windows over CMC or PKCS#7.

Step-by-step instruction

For CMC:

Create CMC file
  • Create a file called eobo-cmc.inf with the following contents: 

    CODE
    [NewRequest]
    RequestType=cmc
    RequesterName=<domain>\<username>
    
    [RequestAttributes]
    CertificateTemplate=User
    a. Replace <domain> with the domain for which to generate the request.
    b. Replace <username> with the username for which to generate the request.
Run CMC commands
  • Run the following commands:

    Command 1

    CODE
    > certreq.exe -new -cert "Enrollment Agent Signer" eobo-cmc.inf mycmc.req

    Command 2

    CODE
    > certreq.exe -submit mycmc.req
    The second command returns a certificate for the requested user. 

For PKCS#7:

Create PKCS#7 file
  • Create a file called eobo-pkcs7.inf with the following contents: 

    CODE
    [NewRequest]
    RequestType=pkcs7
    RequesterName=<domain>\<username>
    
    [RequestAttributes]
    CertificateTemplate=User
    a. Replace <domain> with the domain for which to generate the request.
    b. Replace <username> with the username for which to generate the request.
Run PKCS#7 commands
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.