From cfu at redhat.com Sat Sep 12 17:02:29 2009 From: cfu at redhat.com (Christina Fu) Date: Sat, 12 Sep 2009 10:02:29 -0700 Subject: [Pki-devel] Dogtag's http interface In-Reply-To: References: Message-ID: <4AABD425.3060004@redhat.com> just dug this one up from tons of spam mails... sorry for the delay. pki-devel administrator, Christina Melton, Lawrence wrote: > Since CMS 6.0 through CS 7.1, we've been using a Java application > (instead of a web browser) to access the CA's http interface, such as > this: > > > //* This is the relative URL for submitting cert requests to the CA > > public static final String caProfileSubmit = "/ca/profileSubmit"; > > > > //* This is the relative URL for accessing the end entity web page > at the CA > > public static final String caEndEntity = "/ca/index.html"; > > > > //* This is the relative URL for accessing the agent web page at > the CA > > public static final String caAgent = "/ca/index.html"; > > > > //* This is a relative URL for POSTing a request for certificate > requests; only an agent should be able to get to this page > > public static final String caAgentAccess = "/ca/queryReq"; > > > > //* This is the relative URL for accessing the agent web page at > the DRM for searching for archived keys > > public static final String drmSearchForKey = > "/kra/srchKeyForRecovery"; > > > > //* This is the relative URL for accessing the agent web page at > the DRM for diplaying archived keys by certificate serial number > > public static final String drmDisplayBySerialNumber = > "/kra/displayBySerialForRecovery"; > > > > //* This is the relative URL for accessing the agent web page at > the DRM for requesting recovery of archived private keys by > certificate serial number > > public static final String drmRecoverBySerialNumber = > "/kra/recoverBySerial"; > > > > //* This is the relative URL for accessing the agent web page at > the DRM for granting key recovery requests > > public static final String drmGrantRecovery = "/kra/grantRecovery"; > > > > //* This is the relative URL for retrieving a key in a PKCS#12 > message from the DRM > > public static final String drmGetPKCS12Message = "/kra/getPk12"; > > > > //* This is the relative URL for accessing the agent web page at > the DRM > > public static final String drmAgent = "/kra/index.html"; > > > > //* This is the relative URL for retrieving the DRM's transport > certificate > > public static final String drmDisplayTransportCert = > "/kra/displayTransportCert"; > > > > Now with CS 7.3 and Dogtag, the interface is different. I think the > end entity page is found at "/ca/ee/ca/index.html" and the agent page > is found at "/ca/agent/ca/index.html". I'm still trying to figure out > the rest. > > > > Is there an http interface document for Dogtag? Is there an intuitive > formula or a web.xml document that shows the new interface? > > > > Thanks, > > Larry > > ------------------------------------------------------------------------ > > _______________________________________________ > Pki-devel mailing list > Pki-devel at redhat.com > https://www.redhat.com/mailman/listinfo/pki-devel > From cfu at redhat.com Mon Sep 14 15:34:10 2009 From: cfu at redhat.com (Christina Fu) Date: Mon, 14 Sep 2009 08:34:10 -0700 Subject: [Pki-devel] Dogtag's http interface In-Reply-To: <4AABD425.3060004@redhat.com> References: <4AABD425.3060004@redhat.com> Message-ID: <4AAE6272.1030908@redhat.com> /var/lib/pki-ca/webapps/ca/WEB-INF/web.xml replace pki-ca with your instance name in the above path. hope this helps. Christina Christina Fu wrote: > just dug this one up from tons of spam mails... sorry for the delay. > > pki-devel administrator, > Christina > > Melton, Lawrence wrote: >> Since CMS 6.0 through CS 7.1, we've been using a Java application >> (instead of a web browser) to access the CA's http interface, such as >> this: >> >> >> //* This is the relative URL for submitting cert requests to the CA >> >> public static final String caProfileSubmit = "/ca/profileSubmit"; >> >> >> //* This is the relative URL for accessing the end entity web >> page at the CA >> >> public static final String caEndEntity = "/ca/index.html"; >> >> >> //* This is the relative URL for accessing the agent web page at >> the CA >> >> public static final String caAgent = "/ca/index.html"; >> >> >> //* This is a relative URL for POSTing a request for certificate >> requests; only an agent should be able to get to this page >> >> public static final String caAgentAccess = "/ca/queryReq"; >> >> >> //* This is the relative URL for accessing the agent web page at >> the DRM for searching for archived keys >> >> public static final String drmSearchForKey = >> "/kra/srchKeyForRecovery"; >> >> >> //* This is the relative URL for accessing the agent web page at >> the DRM for diplaying archived keys by certificate serial number >> >> public static final String drmDisplayBySerialNumber = >> "/kra/displayBySerialForRecovery"; >> >> >> >> //* This is the relative URL for accessing the agent web page at >> the DRM for requesting recovery of archived private keys by >> certificate serial number >> >> public static final String drmRecoverBySerialNumber = >> "/kra/recoverBySerial"; >> >> >> //* This is the relative URL for accessing the agent web page at >> the DRM for granting key recovery requests >> >> public static final String drmGrantRecovery = "/kra/grantRecovery"; >> >> >> //* This is the relative URL for retrieving a key in a PKCS#12 >> message from the DRM >> >> public static final String drmGetPKCS12Message = "/kra/getPk12"; >> >> >> //* This is the relative URL for accessing the agent web page at >> the DRM >> >> public static final String drmAgent = "/kra/index.html"; >> >> >> //* This is the relative URL for retrieving the DRM's transport >> certificate >> >> public static final String drmDisplayTransportCert = >> "/kra/displayTransportCert"; >> >> >> >> Now with CS 7.3 and Dogtag, the interface is different. I think the >> end entity page is found at "/ca/ee/ca/index.html" and the agent page >> is found at "/ca/agent/ca/index.html". I'm still trying to figure >> out the rest. >> >> >> >> Is there an http interface document for Dogtag? Is there an >> intuitive formula or a web.xml document that shows the new interface? >> >> >> >> Thanks, >> >> Larry >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Pki-devel mailing list >> Pki-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/pki-devel >> > > _______________________________________________ > Pki-devel mailing list > Pki-devel at redhat.com > https://www.redhat.com/mailman/listinfo/pki-devel From wyang at 90meter.com Wed Sep 16 20:40:41 2009 From: wyang at 90meter.com (Weimin Yang) Date: Wed, 16 Sep 2009 13:40:41 -0700 Subject: [Pki-devel] TPS client Message-ID: Hi, I want to develop ESC alike application. I want to know how to talk to TPS. do you have any documents? thanks, Weimin -------------- next part -------------- An HTML attachment was scrubbed... URL: From ckannan at redhat.com Thu Sep 17 13:57:53 2009 From: ckannan at redhat.com (Chandrasekar Kannan) Date: Thu, 17 Sep 2009 06:57:53 -0700 Subject: [Pki-devel] TPS client In-Reply-To: References: Message-ID: <4AB24061.3010101@redhat.com> On 09/16/2009 01:40 PM, Weimin Yang wrote: > Hi, > > I want to develop ESC alike application. I want to know how to talk to > TPS. do you have any documents? quick question : does your app need to talk to the smart card as well or just TPS ? > > thanks, > > Weimin > ------------------------------------------------------------------------ > > _______________________________________________ > Pki-devel mailing list > Pki-devel at redhat.com > https://www.redhat.com/mailman/listinfo/pki-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wyang at 90meter.com Thu Sep 17 16:06:40 2009 From: wyang at 90meter.com (Weimin Yang) Date: Thu, 17 Sep 2009 09:06:40 -0700 Subject: [Pki-devel] TPS client In-Reply-To: <4AB24061.3010101@redhat.com> References: <4AB24061.3010101@redhat.com> Message-ID: I know how to talk to the smartcard. I want to know how to talk to TPS. On Thu, Sep 17, 2009 at 6:57 AM, Chandrasekar Kannan wrote: > On 09/16/2009 01:40 PM, Weimin Yang wrote: > > Hi, > > I want to develop ESC alike application. I want to know how to talk to TPS. > do you have any documents? > > > quick question : does your app need to talk to the smart card as well or > just TPS ? > > > thanks, > > Weimin > > ------------------------------ > > _______________________________________________ > Pki-devel mailing listPki-devel at redhat.comhttps://www.redhat.com/mailman/listinfo/pki-devel > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: