Problem:
- Product Name: VisiBroker
- Product Version: 6.x and later
- Product Component: SSL
- Platform/OS Version: ALL
What is the the replacement utility for certreq in VBE6.x?
Resolution:
Certreq is part of SSLeay (now OpenSSL) which is obsolete. Keytool and OpenSSL are the replacements for the certreq utility. In order to obtain a certificate to use in an application, generate the private key and certificate request. To automate this process for Java applications, use the Java keytool, and for C applications use open source tools like OpenSSL.
#Certreq
#SSL
#OpenSSL
#VisiBroker
#Security
#keytool




