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 <
[hidden email]>
______________________________________________________________________
OpenSSL Project
http://www.openssl.orgUser Support Mailing List
[hidden email]
Automated List Manager
[hidden email]