Anna Jonna Armannsdottir schrieb: > > Is it possible to generate PKCS#10 certificate requests > using OpenCA or tinyca?
TinyCA is new for me. So you must ask Stephan Martin ([EMAIL PROTECTED]) directly but it looks like the hole software is limited to localhost. > At the moment, we are working on a program for Linux > that can generate such requests and send them to a > CA. This is an effort of a number of members of > www.sslug.dk and Denmarks biggest Certificate Authority. 1. OpenCA can handle PKCS#10 request. You can submit such requests via the Public-GW. 2. We can also generate such requests automatically if the user don't know anything about cryptography etc.. In this case the user must only enter his data and we generate the private key (protected with his PIN) and the PKCS#10 request. I think you are looking for a software which only creates requests and then send them to commercial CA. We are using "openssl req" to generate PKCS#10 requests. If you use OpenSSL then you must only create a userinterface. Please take in mind that you need a private key to create a PKCS#10 request. Such a key you can generate with "openssl genrsa". Ok, your question is a little bit too general. Please describe your problems a little bit mor detailed. (Do you have a key, do you want to generate a request at serverside etc.). Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
