SCEP provisioner always require challenge, can renew revoked certs #2445
Replies: 3 comments 1 reply
-
|
@michael-lincata hit the same issue: according to RFC 8894: Simple Certificate Enrolment Protocol "2.4. Enrolment Authorisation" section:
So yep, it's nice to have this setting to control there in step-ca bcuz now its behavior is conflicting with RFC's client part. btw made yet another version of |
Beta Was this translation helpful? Give feedback.
-
|
I also came across this issue when using the RouterOS scep client, renewing will fail because RouterOS will not send the initial password in renew requests. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I might give this a look sometime soon. The breadth of our SCEP support in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running step-ca in a local container, with a SCEP provisioner and RSA CA chain. I've built a Java test client based on XiPKI scep-client library that operates as follows:
I've noticed 2 behaviors that I'm not sure are expected:
Are these behaviors exepected, or am I doing something wrong?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions