-
Hi, I'm looking through the terminal on the CA, and I can see that there's a field in the test called "user-id", but it's never populated. I've also been looking through the documentation "https://smallstep.com/docs/step-cli/reference/ca/certificate" and cant see a reference to this. Can you elaborate on how to populate this with a string? We may be able to use this, if we can populate it. The purpose would be to connect the creation text on the CA to the renewal text on the CA, when creating and renewing certificates because nothing is consistent between the creation and renewal. Therefore if we can populate this, it may provide that consistency per task to connect a certificate that was created with it's renewal. extract "status=201 subject=forename-surname user-agent=Go-http-client/1.1 user-id= valid-from="2020-11-09T09:32:56Z" valid-to="2020-11-10T09:33:56Z" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @Rapt88, we don't populate the user-id, this field is there because the logging package started in a different internal product that was using it. At some point, we'll replace the logging in |
Beta Was this translation helpful? Give feedback.
-
The public key in the issued certificate is the same on renewal. That might help? |
Beta Was this translation helpful? Give feedback.
The public key in the issued certificate is the same on renewal. That might help?