This commit is contained in:
John Crisp
2021-03-03 17:29:27 +01:00
parent 6703d98ec9
commit d8808f84c2
2 changed files with 205 additions and 205 deletions

View File

@@ -1,34 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html> <html>
<head> <head>
<title>Certificate Authority Agreement</title> <title>Certificate Authority Agreement</title>
</head> </head>
<body> <body>
<h2 align="center">Certificate Authority Agreement</h2> <h2 align="center">Certificate Authority Agreement</h2>
<h3 align="center">Policy and Practices</h3><br> <h3 align="center">Policy and Practices</h3><br>
<br> <br>
<p>This is a statement of practices by this Digital Certificate Authority. Your use of this Certificate Authority constitutes your and/or your agency's understanding and full acceptance of these practices and all associated risks. <strong>Please have an authorized person at your agency sign this document and fax it to 000-000-0000</strong></p> <p>This is a statement of practices by this Digital Certificate Authority. Your use of this Certificate Authority constitutes your and/or your agency's understanding and full acceptance of these practices and all associated risks. <strong>Please have an authorized person at your agency sign this document and fax it to 000-000-0000</strong></p>
<p>This document may not be all encompassing, and we reserve the right to modify it at any time.</p> <p>This document may not be all encompassing, and we reserve the right to modify it at any time.</p>
<ul> <ul>
<li>The sole role of this Certificate Authority is to provide and maintain a password protected software application for the easy and instant creation and management of standard x.509 personal digital certificates for e-mail encryption. We assume no responsibility for verifying the identity of any persons other than that of the limited number of authorized users of the software. We accept no liability for damages resulting from the use, misuse, or compromise of the software application or its host server.</li> <li>The sole role of this Certificate Authority is to provide and maintain a password protected software application for the easy and instant creation and management of standard x.509 personal digital certificates for e-mail encryption. We assume no responsibility for verifying the identity of any persons other than that of the limited number of authorized users of the software. We accept no liability for damages resulting from the use, misuse, or compromise of the software application or its host server.</li>
<li>As an authorized user of the software, you are in effect <strong>THE</strong> Certificate Authority for your agency. As such, you are solely responsible for authenticating the identity of the persons for whom you obtain certificates. We accept no responsibility or liability for non-repudiation in any digital certificate created by this software. You agree that password protection to the application by authorized certificate managers, and personal identity management by those managers is sufficient to create a chain of trust for non-repudiation in all digital certificates created using the software.</li> <li>As an authorized user of the software, you are in effect <strong>THE</strong> Certificate Authority for your agency. As such, you are solely responsible for authenticating the identity of the persons for whom you obtain certificates. We accept no responsibility or liability for non-repudiation in any digital certificate created by this software. You agree that password protection to the application by authorized certificate managers, and personal identity management by those managers is sufficient to create a chain of trust for non-repudiation in all digital certificates created using the software.</li>
<li>No more than two(2) users at your agency should have access to your agency's Certificate Authority password. We should be notified immediately, via e-mail, when the employment of any authorized user at your agency is terminated so that a new password can be issued.</li> <li>No more than two(2) users at your agency should have access to your agency's Certificate Authority password. We should be notified immediately, via e-mail, when the employment of any authorized user at your agency is terminated so that a new password can be issued.</li>
<li>This Certificate Authority software application is accessed via the Internet using standard SSL or Secure Server encryption mechanisms. Although steps have been taken to protect the security and availability of the host server and application, its exposure to the Internet as well as any presently unknown security flaws could lead to potential compromise of the software and your certificates.</li> <li>This Certificate Authority software application is accessed via the Internet using standard SSL or Secure Server encryption mechanisms. Although steps have been taken to protect the security and availability of the host server and application, its exposure to the Internet as well as any presently unknown security flaws could lead to potential compromise of the software and your certificates.</li>
<li>No promise is made as to the availability of the software in the event of hardware, software, or telecommunications failure or maintenance.&nbsp; No advanced notice will be given when the software must be temporarily taken off line for service.</li> <li>No promise is made as to the availability of the software in the event of hardware, software, or telecommunications failure or maintenance.&nbsp; No advanced notice will be given when the software must be temporarily taken off line for service.</li>
<li>In order to provide software which can easily create "instant" certificates it is necessary to store all private keys on the host server. As such, all private keys are potentially exposed to the Internet and suffer some risk of unauthorized access. However, since all private keys <strong>ARE ENCRYPTED</strong> using a password provided by you, they are unlikely to be usable by any intruder.</li> <li>In order to provide software which can easily create "instant" certificates it is necessary to store all private keys on the host server. As such, all private keys are potentially exposed to the Internet and suffer some risk of unauthorized access. However, since all private keys <strong>ARE ENCRYPTED</strong> using a password provided by you, they are unlikely to be usable by any intruder.</li>
<li>A publicly accessible web page is provided for interested Internet users to download the Certificate Authority root certificate, certificate revocation list, and search for the e-mail addresses and public certificates of users. So as to avoid e-mail address scraping by spammers, no static content with users' e-mail addresses is available.</li> <li>A publicly accessible web page is provided for interested Internet users to download the Certificate Authority root certificate, certificate revocation list, and search for the e-mail addresses and public certificates of users. So as to avoid e-mail address scraping by spammers, no static content with users' e-mail addresses is available.</li>
</ul> </ul>
</body> </body>
</html> </html>

View File

@@ -1,171 +1,171 @@
h1 { h1 {
font-size: 32px; font-size: 32px;
} }
h2 { h2 {
font-size: 24px; font-size: 24px;
} }
h3 { h3 {
font-size: 18px; font-size: 18px;
} }
body { body {
margin: 10px; margin: 10px;
padding: 0; padding: 0;
background: #fafaff; background: #fafaff;
font-family: Arial, Veranda, Helvetica, sans-serif; font-family: Arial, Veranda, Helvetica, sans-serif;
font-size: 14px; font-size: 14px;
} }
img { img {
border: 0; border: 0;
} }
a { a {
color: #00F; color: #00F;
background-color: transparent; background-color: transparent;
} }
a:link, a:active, a:visited { a:link, a:active, a:visited {
color: #00F; color: #00F;
background-color: transparent; background-color: transparent;
} }
a.headermenu:link, a.headermenu:active, a.headermenu:visited { a.headermenu:link, a.headermenu:active, a.headermenu:visited {
text-decoration: underline; text-decoration: underline;
color: #00F; color: #00F;
background-color: transparent; background-color: transparent;
padding-left: 8px; padding-left: 8px;
} }
form { form {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
fieldset { fieldset {
border: 2px solid black; border: 2px solid black;
margin-left: 10px; margin-left: 10px;
padding: 10px; padding: 10px;
width: 700px; width: 700px;
font-size: 10px; font-size: 10px;
} }
legend { legend {
background-color: rgb(200, 220, 240); background-color: rgb(200, 220, 240);
border: 2px solid black; border: 2px solid black;
padding: 0.25em; padding: 0.25em;
padding-top: 0.1em; padding-top: 0.1em;
font-size: 12px; font-size: 12px;
} }
table { table {
font-size: 12px; font-size: 12px;
margin-right: .1in; margin-right: .1in;
} }
th { th {
font-weight: bold; font-weight: bold;
background-color: #AFC3E4; background-color: #AFC3E4;
padding: 3px; padding: 3px;
color: #323C4D; color: #323C4D;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
border: 1px solid #606060; border: 1px solid #606060;
white-space: nowrap; white-space: nowrap;
} }
td { td {
background-color: #DEE3EC; background-color: #DEE3EC;
padding: 3px; padding: 3px;
text-align: left; text-align: left;
vertical-align: middle; vertical-align: middle;
border: 1px solid #a0a0a0; border: 1px solid #a0a0a0;
} }
.menu { .menu {
height: 22px; height: 22px;
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
vertical-align: bottom; vertical-align: bottom;
border: 1px solid #808080; border: 1px solid #808080;
border-left: 2px solid #808080; border-left: 2px solid #808080;
border-bottom: 2px solid #808080; border-bottom: 2px solid #808080;
color: #000000; color: #000000;
} }
.menu-pad { .menu-pad {
height: 22px; height: 22px;
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
padding-left: 1em; padding-left: 1em;
padding-right: 1em; padding-right: 1em;
vertical-align: bottom; vertical-align: bottom;
border: 1px solid #808080; border: 1px solid #808080;
border-left: 2px solid #808080; border-left: 2px solid #808080;
border-bottom: 2px solid #808080; border-bottom: 2px solid #808080;
color: #000000; color: #000000;
} }
.menu a { .menu a {
vertical-align: bottom; vertical-align: bottom;
text-decoration: none; text-decoration: none;
font-size: 13px; font-size: 13px;
} }
.headermenu-ie { .headermenu-ie {
text-align: center; text-align: center;
margin-right: 0.1in; margin-right: 0.1in;
margin-top: 0.20in; margin-top: 0.20in;
} }
.headermenu-konq { .headermenu-konq {
text-align: center; text-align: center;
margin-right: 0.1in; margin-right: 0.1in;
margin-top: 0.25in; margin-top: 0.25in;
} }
.logo-ie { .logo-ie {
font-family: 'impact', sans-serif; font-family: 'impact', sans-serif;
font-size: 60pt; font-size: 60pt;
font-weight: bold; font-weight: bold;
color: #99caff; color: #99caff;
margin-top: -0.20in; margin-top: -0.20in;
margin-bottom: 0; margin-bottom: 0;
margin-right: 0.2in; margin-right: 0.2in;
text-align: left; text-align: left;
} }
.title-ie { .title-ie {
font-family: 'impact', sans-serif; font-family: 'impact', sans-serif;
font-size: 22pt; font-size: 22pt;
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
margin-right: 0.4in; margin-right: 0.4in;
margin-top: -0.52in; margin-top: -0.52in;
margin-bottom: 0; margin-bottom: 0;
text-align: left; text-align: left;
} }
.logo-konq { .logo-konq {
font-family: 'impact', sans-serif; font-family: 'impact', sans-serif;
font-size: 62pt; font-size: 62pt;
font-weight: bold; font-weight: bold;
color: #99caff; color: #99caff;
margin-top: -0.20in; margin-top: -0.20in;
margin-bottom: 0; margin-bottom: 0;
margin-right: 0.2in; margin-right: 0.2in;
text-align: left; text-align: left;
} }
.title-konq { .title-konq {
font-family: 'impact', 'sans-serif'; font-family: 'impact', 'sans-serif';
font-size: 24pt; font-size: 24pt;
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
margin-right: 0.4in; margin-right: 0.4in;
margin-top: -0.55in; margin-top: -0.55in;
margin-bottom: 0; margin-bottom: 0;
text-align: left; text-align: left;
} }