Questions tagged [scep]

27 questions
0
votes
0 answers

Scep server reports wrong tag in my csr request

I'm trying to get a certificate from a SCEP Server. I prepared a CSR using openssl. openssl req -new -newkey rsa:2048 -keyout server.key -out server.csr Here's my CSR: -----BEGIN CERTIFICATE…
mnj
  • 2,539
  • 3
  • 29
  • 58
0
votes
0 answers

Profile Installation Failed: The SCEP server returned an invalid response (occurring when profile is modified)

I'm trying to experiment with configuration profiles and in order to do that I am starting out with one created by Apple's Profile Manager application that uses SCEP. When I take the .mobileconfig file and install in on the device (using Apple…
Locksleyu
  • 5,192
  • 8
  • 52
  • 77
0
votes
1 answer

JSCEP-Wrong 3rd argument type. Found: 'org.spongycastle.pkcs.PKCS10CertificationRequest', required: 'org.bouncycastle.pkcs.PKCS10CertificationRequest'

I'm implementing Jscep for android. Initially, I tried Jscep for java and it worked fine. Now in Android, I used SpongyCastle instead of BouncyCastle. Now my problem is that the enrol method of Client class is using BouncyCastle. And so when I try…
Saravana Kumar
  • 140
  • 2
  • 16
0
votes
1 answer

Enrolling certificate using ecc key

created all the csr, .key and .pem files using ecc key of 256 size getting following error while trying to enroll ./sscep enroll -u http://192.168.1.157/certsrv/mscep/mscep.dll -k private.key -r enroll.csr -l client.crt -c ca.pem-0 -e ca.pem-1 -O…
0
votes
1 answer

IOSCertEnrollment is ruby gem for iOS SCEP, how to run this on localhost?

So this is rails gem for iOS SCEP, this library code has example as well examples runs using webrick and sinatra, i created self sign SSL certificate for common name(CN) localhost, i can access this project on my machine but can't access using my…
Sheshnath
  • 3,293
  • 1
  • 32
  • 60
0
votes
1 answer

Migrating CA with NDES. Is it possible to retain the same Challenge Password for MSCEP?

We have an application that currently runs on Server 2008 R2 across the board, and we are looking to upgrade all servers to 2012 R2 (this is the latest OS that is compatible with the application). We have a single domain controller that also acts as…
Andy_Kears
  • 43
  • 7
0
votes
2 answers

create x509v3 certificate with custom extension CSR issue

Im trying to add a custom Extension to a CSR using openssl API's: struct stack_st_X509_EXTENSION *exts = NULL; X509_EXTENSION *ex; exts = sk_X509_EXTENSION_new_null(); ASN1_OCTET_STRING *os = ASN1_OCTET_STRING_new(); nid = OBJ_create("2.5.29.41",…
0
votes
1 answer

On changing scep identity certificate's signing algorithm

We are using scep for distributing device identity certificate. And we are now planning to use SHA-2 family signing to replace SHA-1 which we are currently using for the certificate. Now the question is that there are already many devices installed…
Azu
  • 322
  • 1
  • 5
  • 18
0
votes
1 answer

WSO2 create API for SCEP server HTTP GET POST

I have a SCEP endpoint (Simple Certificate Enrollment Protocol) which is using simple HTTP GET and POST with parameters, for example: http://localhost/scepserver/pkiclient.exe?operation=GetCACaps&message=CA I am trying to implement this API in WSO2…
user1563721
  • 1,373
  • 3
  • 28
  • 46
0
votes
0 answers

Chef recipe to install System Center Endpoint Protection

I want to install System Center Endpoint Protection (SCEP) using Chef Recipe in the Windows 2012 server. I am using the script below to install the exe file (scepinstall.exe). Looks like this is not the right recipe. Please help windows_package…
Ramu
  • 111
  • 1
  • 2
  • 7
0
votes
1 answer

Reverse certificate DN

could someone please assist me with reversing the DN of a certificate. (I have never used perl before so I don't know what the best practices are). I have the following string: $issuer = "DC=ORG,DC=OpenXPKI,OU=Test CA,CN=CA ONE"; And I would need…
wake-0
  • 3,918
  • 5
  • 28
  • 45
0
votes
1 answer

What is the role of SCEP in iOS MDM Enrollment

We use SCEP to issue certificates to Authorized entities, but what is the use of the certificate in iOS MDM Enrollment
Madhu Avinash
  • 933
  • 2
  • 8
  • 27
1
2