CSR with only public key

Salz, Rich rsalz at akamai.com
Thu Sep 12 14:29:54 UTC 2019


>    I used CX509CertificateRequestCertificate  class to create CSR with only
    public key. 
    
  
Those functions/classes/names/whatever are not part of OpenSSL.

The OpenSSL "req" command cannot process as CSR unless it is signed by the private key.  If you have a requirement to sign a CSR with the public key, then probably other things within OpenSSL will not be able to handle it.
 



More information about the openssl-users mailing list