-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating CSR #349
Comments
FYI, we have a work-in-progress implementation of PKCS#10 (CSRs) going here: https://github.com/RustCrypto/formats/tree/master/pkcs10 However to use that, we'll also need to switch over to the RustCrypto X.509 crate: #348 |
@Scarjit I'm working very hard to make it possible to publish a polished |
@npmccallum I will definitively do that ! |
FYI, we've migrated to |
I currently need to generate CSR's programmatically, but i can't find out how to do it, with yubikey.rs.
The "normal" workflow would be (According to the yubico docs:
After sending the certificate request to the CA and getting a signed certificate:
I was able to reproduce the first step, using:
However the library only seems to expose a function to generate an self-signed certificate, instead of an csr.
Is there any function im missing, or is it not implemented ?
The text was updated successfully, but these errors were encountered: