Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
2.8 KiB

  1. <%@ CODEPAGE=65001 'UTF-8%>
  2. <%' certrqad.asp - (CERT)srv web - (R)e(Q)uest, show (AD)vanced request types
  3. ' Copyright (C) Microsoft Corporation, 1998 - 1999 %>
  4. <!-- #include FILE=certsbrt.inc -->
  5. <!-- #include FILE=certdat.inc -->
  6. <HTML>
  7. <Head>
  8. <Meta HTTP-Equiv="Content-Type" Content="text/html; charset=UTF-8">
  9. <Title>Microsoft Certificate Services</Title>
  10. </Head>
  11. <Body BgColor=#FFFFFF Link=#0000FF VLink=#0000FF ALink=#0000FF><Font ID=locPageFont Face="Arial">
  12. <Table Border=0 CellSpacing=0 CellPadding=4 Width=100% BgColor=#008080>
  13. <TR>
  14. <TD><Font Color=#FFFFFF><LocID ID=locMSCertSrv><Font Face="Arial" Size=-1><B><I>Microsoft</I></B> Certificate Services &nbsp;--&nbsp; <%=sServerDisplayName%> &nbsp;</Font></LocID></Font></TD>
  15. <TD ID=locHomeAlign Align=Right><A Href="/certsrv"><Font Color=#FFFFFF><LocID ID=locHomeLink><Font Face="Arial" Size=-1><B>Home</B></Font></LocID></Font></A></TD>
  16. </TR>
  17. </Table>
  18. <P ID=locPageTitle> <B> Advanced Certificate Request </B>
  19. <!-- Green HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#008080><Img Src="certspc.gif" Alt="" Height=2 Width=1></TD></TR></Table>
  20. <P ID=locInstructions>
  21. The policy of the CA determines the types of certificates
  22. you can request. Click one of the following options to:
  23. <Table Border=0 CellSpacing=0 CellPadding=0>
  24. <TR>
  25. <TD RowSpan=6><Img Src="certspc.gif" Alt="" Height=1 Width=20></TD>
  26. <TD><Img Src="certspc.gif" Alt="" Height=10 Width=1></TD>
  27. </TR> <TR>
  28. <TD><A Href="certrqma.asp"><LocID ID=locLblUseForm>
  29. Create and submit a request to this CA.</LocID></A></TD>
  30. </TR> <TR>
  31. <TD><Img Src="certspc.gif" Alt="" Height=10 Width=1></TD>
  32. </TR> <TR>
  33. <TD><A Href="certrqxt.asp"><LocID ID=locLblExternReq>
  34. Submit a certificate request by using a base-64-encoded PKCS #10
  35. file, or submit a renewal request by using a base-64-encoded PKCS #7
  36. file.</LocID></TD></A>
  37. </TR>
  38. <% If bNewThanNT4 Then %>
  39. <TR>
  40. <TD><Img Src="certspc.gif" Alt="" Height=10 Width=1></TD>
  41. </TR>
  42. <TR>
  43. <TD><A Href="certsces.asp"><LocID ID=locLblSmartcard>
  44. Request a certificate for a smart card on behalf of another user
  45. by using the smart card certificate enrollment station.</LocID></A>
  46. <LocID ID=locAdminWarn><Font Size=-1><BR>
  47. Note: You must have an enrollment agent certificate to submit a
  48. request on behalf of another user.</Font></LocID>
  49. </TD>
  50. </TR>
  51. <%End If%>
  52. </Table>
  53. </P>
  54. <!-- Green HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#008080><Img Src="certspc.gif" Alt="" Height=2 Width=1></TD></TR></Table>
  55. <!-- White HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#FFFFFF><Img Src="certspc.gif" Alt="" Height=5 Width=1></TD></TR></Table>
  56. </Font>
  57. <!-- ############################################################ -->
  58. <!-- End of standard text. Scripts follow -->
  59. <!-- no scripts -->
  60. </Body>
  61. </HTML>