xca-3.html
来自「一个精简的CA程序」· HTML 代码 · 共 84 行
HTML
84 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21"> <TITLE>XCA : Common actions</TITLE> <LINK HREF="xca-4.html" REL=next> <LINK HREF="xca-2.html" REL=previous> <LINK HREF="xca.html#toc3" REL=contents></HEAD><BODY><A HREF="xca-4.html">Next</A><A HREF="xca-2.html">Previous</A><A HREF="xca.html#toc3">Contents</A><HR><H2><A NAME="s3">3.</A> <A HREF="xca.html#toc3">Common actions</A></H2><P>Many actions are common to all crypto parts and are mentioned here once for all.The goal of this application is to provide an easy to use signing-tool and also a common place for all selected PKI items like requests or Certificates.</P><H2><A NAME="ss3.1">3.1</A> <A HREF="xca.html#toc3.1">Importing items</A></H2><P>The import of an item can be done by either clicking the import button on the rightor via the context menu available by right clicking on the list background.The import function is smart enough to probe all known formats as there are:<UL><LI><EM>Keys:</EM> PEM private key, PEM public key, DER private key, DER public key, PKCS#8 private key.</LI><LI><EM>Requests</EM> DER request, PEM request, Netscape SPKAC request.</LI><LI><EM>Certificates</EM> DER certificate, PEM certificate (PKCS#12 and PKCS#7 certificatesmust be imported with an extra button, because they can contain more than one certificate)</LI></UL>After selecting the filename XCA will probe for the known formats of that itemand in case of an error it prompts the <EM>last</EM> OpenSSL error message.It is possible to select more than one file by selecting them with SHIFT click.</P><P>When importing more than one Key, CRL, Certificate or Requestall items are shown in a Multi-Import dialog.When importing a PKCS#7 or PKCS#12 item, the contained Keys and Certificates are shown in the import dialog.By using the import dialog the items can be examined, imported or dropped.</P><P>After reading the item it searches for this item in the database and if it is unique the itemis stored in the database, otherwise it shows a message containing the internal name of this itemin the database.</P><H2><A NAME="ss3.2">3.2</A> <A HREF="xca.html#toc3.2">Details of an item</A></H2><P>The details dialog can be accessed by double clicking the item, by the context menu or bythe button on the right.The names of the issuers certificate and the corresponding key are "clickable" and theircontent will be shown on "double-click"</P><H2><A NAME="ss3.3">3.3</A> <A HREF="xca.html#toc3.3">Renaming an item</A></H2><P>An Item can be renamed via the context menu by right-clicking on the itemor by the <CODE>Rename</CODE> button on the right border.If the new name of the item already exists in the database a <EM>_01</EM>will be appended to keep the internal name unique.</P><H2><A NAME="ss3.4">3.4</A> <A HREF="xca.html#toc3.4">Deleting Items</A></H2><P>Items can be deleted by the button on the right or via the context menu.If a certificate signed by this application is going to be removedthe application will warn you once more, because you can not revoke adeleted certificate. Thus only delete a certificate signed by youif you never exported it. Certificate signing requests can be deletedwhen they got signed, because they are not needed anymore. The request can be recovered from the resulting certificate by exporting the certificate to a request. This is however only possible if you own the private key of the certificate.</P><HR><A HREF="xca-4.html">Next</A><A HREF="xca-2.html">Previous</A><A HREF="xca.html#toc3">Contents</A></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?