Substitute the <scep-url> with the URL that was generated when creating the SCEP certificate profile - you can view the URL again by simply clicking on the saved profile.
java -jar ./DigiCertSCEPClient.jar -url <scep-url> -operation enroll -csr device.der.csr -outpath . -debug true
Note
The -outpath
value (dot) is a folder path for the current directory.
If the enrollment is successful, a certificate in DER format is saved using the same CSR filename. For example, device.der.cer
.