Is there an API to create a Certificate Signing Request with POCO library

233 views Asked by At

I am trying to create a CSR using POCO library. I am able to create a key pair using Poco/Crypto/RSAKey.h RSA() function. Is there a way CSR can be created using the key pair generated.

Any help would be appreciable.

1

There are 1 answers

2
Alex On

Not through Poco NetSSL interface but, if you are inclined to contribute, it should not be too hard to wrap the functionality. See mkreq.c.