Hello, Apparently I can't find a way to create an X.509 Web Server certificate for a given public key with openssl.
I have a CSR with bad data, but I don't have the private key it has been signed with. I need a certificate, signed by my own local CA key, containing corrected data. So - is there a way to accomplish one of those - change the data in a csr before signing it with openssl x509 ? - generate an unsigned csr with openssl req for a given public key ? - sign a given public key with openssl x509 ? Any of those would solve my problem. Background - I have a bunch of embedded boxes that only export a csr and accept a certificate. But they are broken - they do not include the domain in the CN, so any access with fqdn creates an error. Any idea how to tackle this? Regards, and TIA for any suggestion, Christoph Weber-Fahr ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org