good morning I need to import the existing certifcate from my CA, but I have just noticed that I have to enter some information about my certificate in the database, the only field I don't know where is it coming from is one called: ca_cert_key, it appears to be a hash or something, I tryed to get it using diferent commands like:

openssl openssl x509 -fingerprint -in cacert.pem
openssl x509 -fingerprint -in cacert.pem
openssl x509 -sha1 -in cert.pem -noout -fingerprint
openssl x509 -sha -in cert.pem -noout -fingerprint
openssl x509 -md5 -in cert.pem -noout -fingerprint

openssl sha1 cacert.pem
openssl md5 cacert.pem
openssl sha cacert.pem

But none of these is the right one.

How can I obtain that field?

regards,


*Juan David Gutierrez Reyes*



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to