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.
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.
Copyright © 2021 Jogjafile Inc.
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.