Conversation
|
Jean-Baptiste Pin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Hi @jbpin
Just my 2 cents, |
|
You can use |
|
Any update on the CLA getting signed? |
Would be great to get the CLA signed. @jbpin please have a look. |
|
I've signed it several times... verify my email address is correct. any ideas ? |
|
I think it's because you committed your changes as "Jean-Baptiste Pin", which does not seem to be GitHub user. Maybe you used an email address not connected to your GitHub account in your local IDE when committing. Just a guess. Would love to see EST in Step. |
|
I think this explain why. @hslatman can you handle this? Let me know if there is any things you want me to do. |
|
I'm not sure if we can (easily) bypass the CLA signing to match the name in the (current) Git history, even though you're that person. What I think could work:
It might be possible to use the Alternatively, I could look into doing the rebasing, and changing the commit author that way. |
Implementation of [RFC 7030] (https://datatracker.ietf.org/doc/html/rfc7030). Support TLS client certificate authentication and basic auth. Support webhook for authentication, notification and data. Not covered : * full CMC * server-side key generation
need for db migration and authority startup use replace in go.mod to use a linkedca version compatible (need for the build)
…uests Clean up code implementation
|
@hslatman, thank you. I've done my best I hope I do not break dependancies. |
Implementation of [RFC 7030] (https://datatracker.ietf.org/doc/html/rfc7030).
Support TLS client certificate authentication and basic auth.
Support webhook for authentication, notification and data.
Not covered :
Name of feature:
EST protocol support (RFC7030)
Pain or issue this feature alleviates:
add support for a protocol that was not yet implemented in certificates
Why is this important to the project (if not answered above):
EST is a protocol used by the industry
Is there documentation on how to use this feature? If so, where?
not yet :/
Supporting links/other PRs/issues:
#2366
#14
💔Thank you!