Questions tagged [openscep]

OpenSCEP is an open source implementation of the Simple Certificate Enrollment Protocol (SCEP) protocol.

OpenSCEP is an open source implementation of the Simple Certificate Enrollment Protocol (SCEP) protocol.

The protocol was original developed by Cisco in the 1990s to assist in enrolling routers and other other network devices. SCEP is now widely used by companies such as Apple and Microsoft.

Peter Gutmann took over editorial duties of the IETF's version of SCEP. Gutmann's edits include using modern ciphers and algorithms. The latest version can be found in draft-gutmann-scep.

6 questions
1
vote
0 answers

Configure OpenSCEP to grant certificate requests automatically

I am trying to setup an OpenSCEP server that can grant certificates automatically instead of me running scepgrant command every time there is a new request? Can someone let me know how to proceed with the configuration?
Santhosh
  • 891
  • 3
  • 12
  • 31
1
vote
1 answer

Error: unknown type name 'LHASH' when building OpenSCEP

I'm trying to build this Service in Ubuntu: http://openscep.othello.ch/download/openscep-0.4.2.tar.gz . I called: ./configure and it worked as expected. Next I called make all -j4 there it says: gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../libltdl…
maxbit89
  • 748
  • 1
  • 11
  • 31
1
vote
0 answers

How to configure OpenSCEP in linux

I am trying to setup OpenSCEP in linux. I downloaded the openscep package from http://openscep.othello.ch/. I went though SETUP file which was in the package. The steps mentioned in that file is not working. Can anyone help me on this..? Thanks in…
user3345390
  • 421
  • 2
  • 6
  • 14
1
vote
0 answers

PKIOperation via SCEP: Message too short

I'm running an OpenSCEP Server and try to enrol a certificate on an JSCEP-Client. When it comes to the PKIOperation I end up with a request like…
pma
  • 860
  • 1
  • 9
  • 26
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

How do I get username and enrollment code for a fresh ejbca setup?

I am running EJBCA in virtualbox as mentioned at https://ejbca.org/download.html . When I try to "Create Browser Certificate" or "Create certificate from CSR", it is asking for Username and Enrollment code Where do I get the username and the…
user674669
  • 10,681
  • 15
  • 72
  • 105