blob: 51b1837c12e1437048602899fdc8722b8f0e215a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wholesale products</title>
{ include('elements/header.html'); }
<div id="content">
<center><h6>Wholesale products</h6></center>
<p>We offer these wholesale products as a convenience to our customers.
<p>To purchase an SSL certificate or domain registration/transfer, email or call support.
<br><br>
<h4>SSL Certificates</h4>
<p><b>QuickSSL</b> - $75/year or $200/3 years, or<br>
<b>QuickSSL Premium</b> - $105/year or $250/3 years<br><br>
SSL certificate for a single site such as <i>secure.example.com</i> or <i>www.example.com</i>.<br>
Purchasers acknowledge they agree to the <A HREF="QuickSSL_Subscriber_Agmt.html">subscriber agreement</A>.
<p><b>TrueBizID Wildcard</b> - $475/year or $1250/3 years<br><br>
SSL certificate for any number of subdomains under a single domain.<br>
Purchasers acknowledge they agree to the <A HREF="TrueBusinessID_TrueSite_Subscriber_Agmt.html">subscriber agreement</A>.
<br><br>
<H4>Domain Registration</H4>
<P><b>$15/year</b>: .com, .net, .org, .biz, .info, .name, .us, .ca, .eu
<P>Domain registrants acknowlege they agree to the terms of the <A HREF="udrp.html">Uniform Dispute Resolution Policy</A> and our <A HREF="exhibita.html">Registration Agreement</A>.
<br><br>
{ include('elements/footer.html'); }
|