<%@ CODEPAGE=65001 'UTF-8%> <%' certrmpn.asp - (CERT)srv web - (R)e(M)ove (P)e(N)ding request ' Copyright (C) Microsoft Corporation, 1998 - 1999 %> <% Dim sAction sAction=Request.Form("Action") sActionErr=Request.Form("ActionErr") sCertInstalled=Request.Form("CertInstalled") If "rmpn"<>sAction And "inst"<>sAction And "instCA"<>sAction Then ' Not supposed to be here! ' Go directly to Home. Do not pass go; do not collect $200. Response.Redirect "/certsrv" End If If "instCA"<>sAction Then RemoveReq(Request.Form("ReqID")) End If %> Microsoft Certificate Services
Microsoft Certificate Services  --  <%=sServerDisplayName%>   Home
<%If "rmpn"=sAction Then%>

Removed Pending Request

The request was removed from your list of pending requests.

Note: You have only removed the request from the list of pending requests stored in your web browser. This does not affect the certification authority in any way.

<%ElseIf "inst"=sAction Then%>

Certificate Installed

Your new certificate has been successfully installed.

<%ElseIf "instCA"=sAction Then%>

CA Certificate Installation
<%If "OK" <> sActionErr Then If "YES" <> sCertInstalled Then%>

The certificate installation was cancelled by the user.

<% Else%>

The root certificate installation was cancelled by the user but the rest of the certificate chain has been successfully installed.

<% End If%> <%Else%>

The CA certificate chain has been successfully installed.

<%End If%> <%Else%>

Click here to go to the Certificate Services home page.

<%End If%>