Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
donation boilerplate
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3150 4b5297f7-1745-476d-ba37-a9c6900126ab
  • Loading branch information
Peter Saint-Andre committed May 19, 2009
1 parent 0804178 commit 03cadd0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions ca/developers.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
</ul>
<h3>XMPP Operators Group</h3>
<p>The XMPP Standards Foundation runs an <a href='http://mail.jabber.org/mailman/listinfo/operators'>XMPP Operators Group</a> for administrators of XMPP servers and developers of XMPP software. Use of digital certificates is one of the discussion topics, so if you are interested in joining the conversation send email to &lt;<a href='mailto:[email protected]'>[email protected]</a>&gt;.</p>
<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->
1 change: 1 addition & 0 deletions ca/dynamic-dns.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<li><p>The administrators of such subdomains do not have access to authorized email addresses for the root domain (e.g., dyndns.org), as described in the <a href='issuance.shtml'>Certificate Issuance HOWTO</a>.</p></li>
</ol>
<p>For detailed information about this policy, please see the forum thread at &lt;<a href='http://forum.startcom.org/viewtopic.php?t=118'>http://forum.startcom.org/viewtopic.php?t=118</a>&gt;. We apologize for any inconvenience this policy may cause you.</p>
<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->
1 change: 1 addition & 0 deletions ca/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
<li><a href='developers.shtml'>Information for XMPP Developers</a></li>
</ul>
<p>The XMPP Intermediate Certification Authority is a service of the <a href='/xsf/'>XMPP Standards Foundation</a>, as defined in the <a href='/xsf/proposals/ica-proposal.shtml'>ICA Proposal</a> approved by the XSF membership on 2006-11-28.</p>
<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->
4 changes: 2 additions & 2 deletions ca/installation.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>XMPP ICA: Certificate Installation HOWTO</title>
<!--#include virtual="/includes/head.txt" -->
<h2>XMPP ICA: Certificate Installation HOWTO</h2>
<p>Once you have obtained a domain certificate from the <a href='/ca/'>XMPP ICA</a> as explained in the <a href='issuance.shtml'>Certificate Issuance HOWTO</a>, proceed as follows to install your certificate.</p>
<p>Once you have obtained a domain certificate from the <a href='/ca/'>XMPP ICA</a> as explained in the <a href='issuance.shtml'>Certificate Issuance HOWTO</a>, proceed as follows to install your certificate. If you have any questions throughout this process, feel free to contact <a href='https://stpeter.im/index.php/contact/'>Peter Saint-Andre</a> via email or (for faster service) IM.</p>
<ol>
<li><p>Back up your "domain.csr", "domain.crt", and "domain.key" files and save them to a secure location. It's also a good idea to copy the .crt and .key files ('cp domain.crt domain.crt.in' and 'cp domain.key domain.key.in') so that they are not accidentally overwritten in the steps we describe below.</p></li>
<li><p>Download the <a href='https://cert.startcom.org/sub.class1.xmpp.ca.crt'>ICA certificate</a> ("sub.class1.xmpp.ca.crt").</p></li>
Expand Down Expand Up @@ -45,5 +45,5 @@ endsomelongstringoflettersandnumbershere
<p>Note: If the s_client command shows only one certificate ("Cert 0" = your domain certificate) instead of two certificates ("Cert 0" = your domain certificate and "Cert 1" = the XMPP ICA intermediate certificate) then your server software is not presenting the entire certificate chain. You may need to upgrade to a more recent version of your server software!</p>
</li>
</ol>
<p>If you have any questions throughout this process, feel free to contact <a href='https://stpeter.im/?page_id=1968'>Peter Saint-Andre</a> via email or IM.</p>
<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->
4 changes: 2 additions & 2 deletions ca/issuance.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>XMPP ICA: Certificate Issuance HOWTO</title>
<!--#include virtual="/includes/head.txt" -->
<h2>XMPP ICA: Certificate Issuance HOWTO</h2>
<p>The <a href='/ca/'>XMPP Intermediate Certification Authority (ICA)</a> issues free domain certificates to administrators of XMPP-based services, where the root CA is <a href='http://www.startssl.com/'>StartCom</a>. The certificate issuance process is described on this page (the same process applies to certificate renewal if you still have the CSR, as mentioned below). If you have any questions throughout this process, feel free to contact <a href='https://stpeter.im/index.php/contact/'>Peter Saint-Andre</a> via email or (for faster service) via IM.</p>
<p>The <a href='/ca/'>XMPP Intermediate Certification Authority (ICA)</a> issues free domain certificates to administrators of XMPP-based services, where the root CA is <a href='http://www.startssl.com/'>StartCom</a>. The certificate issuance process is described on this page (the same process applies to certificate renewal if you still have the CSR, as mentioned below). If you have any questions throughout this process, feel free to contact <a href='https://stpeter.im/index.php/contact/'>Peter Saint-Andre</a> via email or (for faster service) IM.</p>
<ol start='1'>
<li>
<p>Before proceeding, please make sure that:</p>
Expand Down Expand Up @@ -35,5 +35,5 @@
<li><p>Copy the verification code you have received via email and enter it into the wizard page, then click "Continue". The wizard will load a new page that shows the certificate that has been generated by StartCom. As with the private key and the CSR, copy the certificate to an ASCII file (e.g., "domain.crt").</p></li>
<li><p>Congratulations, you have received your free (*) certificate! Now proceed to the <a href='installation.shtml'>Certificate Installation HOWTO</a> and follow the instructions there.</p></li>
</ol>
<p><strong>* Your certificate is free to you but is paid for by the <a href='/xsf/'>XMPP Standards Foundation</a> because we care about building a more secure Internet. Whereas a typical Certification Authority would charge you dozens or hundreds of dollars a year for a digital certificate, we provide certificates for free. If you would like to help support this work, please consider making a small contribution to the XMPP Standards Foundation via PayPal to &lt;[email protected]&gt;. Thanks!</strong></p>
<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->
1 change: 1 addition & 0 deletions ca/launch.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,5 @@
</tr>
</table>
<p><em><strong>Note:</strong> The foregoing information is used during the certificate generation process but <strong>will not be made public</strong> in any way. Please use your personal information, not information about your organization. In particular, provide a complete first name and last name (not just initials), a working email address, your postal address (including street, postal or ZIP code, city, and country), and a working phone number (this can be a business or mobile number) with country code and, if necessary, internal extension. At this stage the email address does not need to be an authorized domain address, so please use a personal address to which you have reliable access.</em></p>
<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->
1 change: 1 addition & 0 deletions ca/whois.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
</ul>
<p>To see if your TLD offers a Whois service, check the <a href='http://www.iana.org/domains/root/db/'>IANA Root Zone Database</a>. If your XMPP server is affected by this policy, please encourage your TLD registrar to offer a Whois service. We apologize for any inconvenience this policy may cause you.</p>

<!--#include virtual="/includes/caboiler.txt" -->
<!--#include virtual="/includes/foot.txt" -->

0 comments on commit 03cadd0

Please sign in to comment.