Questions tagged [openxpki]

6 questions
2
votes
1 answer

How do you configure OpenXPKI to use the EST protocol

I'm trying to figure out how to configure OpenXPKI to use the EST protocol. Their homepage simply states "Native support for EST is provided." but some additional information or guidance would be appreciated if anyone has some good pointers or…
M. R
  • 21
  • 3
1
vote
1 answer

Apache: how to unescape my client certificate?

I have a configuration where I have nginx terminating https as reverse proxy, behind that an apache server that serves a perl application (openxpki). That apache server needs to inject the client certificate into ENV:SSL_CLIENT_CERT in order for…
0
votes
1 answer

OpenXPKI API customizing worklows to output certificate lists via curl

I am struggling to get somewhat usable curl outputs out of the openxpki rpc server api. I fiddled with trying to customize my own workflows in /etc/openxpki/config.d/realm.tpl/workflow/def but none of those worked. Instead I tried editing the basic…
Aguirre23
  • 1
  • 1
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

OpenXPKI with JSCEP to request CRL

I am trying to obtain the CRL from an OpenXPKI server (the default configuration is used). Requesting and polling of a certificate is possible. On the OpenXPKI server, I revoked some certificate, created the CRL and published the list. To obtain the…
wake-0
  • 3,918
  • 5
  • 28
  • 45
-3
votes
1 answer

Generate a valid SSL/TLS certificate with own CA authority

I want to setup my own private Certificate authority to issue SSL/TLS certificates using for example: https://aws.amazon.com/private-ca/ or EJBCA, Dogtag, OpenXPKI etc. I'm going to use the issued certificates for Tomcat web servers to serve web…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808