Hello > This is perfectyl working, but, how can I now assign the RSA key as a private > key > to my certificate? > Then, is the public computed automaticly ? Certificate consists public part of RSA key (n - modulus, e - publicExponent,Exponent) so if you have private key file (eg key.pem) and "coresponding" certificate file (eg cert.pem) you may display these numbers from files and check if they are equal: $ openssl rsa -in key.pem -text -noout $ openssl x509 -in cert.pem -text -noout
Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]