📄 cgi-public.txt
字号:
## CGI Secure Dir## ==============This document tries to explain the programs contained in : /home/htdocs/cgi-secure (default)so as to give a better support for installation.All parameters are now taken from the same config file, that is the'secure.cnf' file (def. /home/httpd/cgi-secure/secure.cnf).----- BEGIN sendcert ----- Name: sendcertLocation: /home/httpd/cgi-secureBrief: Send the CA certificate to usersAuthor: Massimiliano Pala (madwolf@openca.org)This program is used to give the user the CA certificate (DER format) tobe imported into the browser. Used Keyword(s): - CACert : this should point to the CA certificate in DER format. As default /usr/local/RAServer/cacert.derRelated Topics: raserver.conf----- END sendcert ---------- BEGIN ril.pl -----Name: ril.plLocation: /home/httpd/cgi-secureBrief: Display Issued certificates ListAuthor: Massimiliano Pala (madwolf@openca.org)This program builds a table of the issued certificates and prints outthe results on an html page.Used Keyword(s): - certsdir : should point to the directory where certificates are kept (def. /usr/local/RAServer/certs). - rilbasedoc : base document for output (def. forms/ril.html)Related Topics: raserver.conf----- END ril.pl ---------- BEGIN pending -----Name: pendingLocation: /home/httpd/cgi-secureBrief: Display User Certification Request ListAuthor: Massimiliano Pala (madwolf@openca.org)This Program builds a table containing the certificate request list tothe user to simply check if its request has been correctly received andarchivied by the server.Used keyword(s): - pendingdir : where the pending request (not yes approved by an RA Operator) are to be stored; - pendinglistform : html files containing variables to be substituted after table creation, usually points to the form/pending_list.form file;Related Topics: raserver.conf----- END pending ---------- BEGIN getID -----Name: getIDLocation /home/httpd/cgi-secureBrief: Certificate Download toolAuthor Massimiliano Pala (madwolf@openca.org)This tools sends certificate for browser importing to the users. Can sendeither e-mail certificates (other's people certificate, i.e. certificatesof other users downloadable from the ril.pl table) and user type certificates(own certificates, i.e. certificates that you requested with your browserand need to be imported before you are able to use them).Used keyword(s): - certsdir : should point to the directory where certificates are kept (def. /usr/local/RAServer/certs). - getIDErrForm : points to the html page sent whenever an error occours (def. forms/getid_error.html)Related Topics: raserver.conf----- END getID ---------- BEGIN request -----Name: requestLocation: /home/httpd/cgi-secureBrief: Tool for generating Netscape Certification RequestsAuthor: Massimiliano Pala (madwolf@openca.org)This program generates the CSR (Certificate Signing Reuqests) to be approvedby a RA Operator before exporting to the CA. Actually only Netscape browseris supported.Used keyword(s): - ReqStartForm : start document (def. forms/request_cert.form ); - ReqConfirmForm : data confirmation document ( def. forms/ confirm_request.form ); - ReqSuccessPage : document sent to the user when the request process has been completed wthout errors (def. messages/ request_success.html); - ReqBrowserError: document sent for the unsupported browser error (def. messages/browser_error.html); - ReqPinError: document sent when the pin and confirmation pin are different (def. messages/pin_error.html); - ReqProtocolError: document sent when trying to access the page with wrong protocol (def. messages/protocol_error.html); - PendingDir : where the pending request (not yes approved by an RA Operator) are to be stored; - Organization: Organization Name (def. OpenCA); - OrganizationUnit: Organization units to be chosen by the user when requesting the certificate; - Country: Countrty to be used in certificate (def. IT); - MinPinLength: Minimum PIN code length (def. 10);Related Topics: raserver.conf----- END request -----
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -