Robert Hannemann schrieb: > > Hello, > > please can you tell me the meaning of "NO" "YES" in the two ra - > options: > > DN_TYPE_BASIC_BODY "YES" > and > DN_TYPE_TOKEN_BODY "NO"
If you enter yes then the request's body will be generated. Example BASIC: Here we need a full PKCS#10 request. So we must generate a body. So we must set "yes". Example TOKEN: Here we need only the header because we want to initialize the smartcard on the RA. So we need no body and we must set "no". Is it now a little bit more clear? 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 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
