Take advantage of our discounted offering on 1 year RapidSSL certificates.
How do can you offer RapidSSL certificates for less than RapidSSL?
We purchase in bulk and have very low overhead.
Is purchasing from RunSSL any different than buying direct from RapidSSL?
Yes, we are less expensive. Everything else is the same.
What is a token?
It is a link with a pin number and will be sent automatically after you complete payment. (Example below)

How long does it take to receive my token e-mail?
If you purchase via Paypal it takes around 10 minutes. If you chose to use Google Checkout it can take up to 24 hours.
Do you accept checks?
Yes, you can pay via the Paypal eCheck system but you will not receive your token until after the check has cleared. This can take 3-5 business days.
Can I call RapidSSL for support?
Yes, you will be treated as if your purchased you SSL certificate directly from them.
If you do not require a SGC or EV SSL Certificate and want to secure multiple sub domains that DO NOT require access via a mobile or cellular browser, a Wildcard SSL Certificate is perfect. Currently some mobile devices do not support Wildcard SSL certificates properly because they do not match the domain they are running on. For example *.runssl.com is the Wildcard SSL Certifciate for runssl.com. We could run it on store.runssl.com, www.runssl.com, and docs.runssl.com across different physical servers, running different operating systems, and different versions or types of web servers (apache, IIS, etc).
This is only cost effective if you have many sub-domains or different servers to protect because most Wildcard Certifcates cost 10 times the price as a single SSL Certificate. Therefore if you have 3 sub domains you want to protect (store.runssl.com, www.runssl.com, secure.runssl.com), it could make sense to purchase 3 separate single SSL Certificates vs. a Wildcard Certificate. The bonus is that if you do decide to purchase a Wildcard certificate, they are easier to manage.
As a part of the EV Certification, the CA/Browers Forum www.cabforum.org decided that EV Certificates must match the exact domain they run on (www.runssl.com, or store.runssl.com) and do not permit Wildcard EV SSL Certificates to be issued. If you need to run EV SSL Certificates across multiple servers/domains, please contact us for discount pricing.
This tutorial outlines a quick and easy way of securing Ubercart by redirecting the cart and other directories to the SSL version.
Add the text below to the .htaccess file in your Drupal root directory AFTER any Drupal redirects you are already using. You will need to modify the RewriteRule lines below if your URLs do not match the ones I use in this example.
# Start code copy RunSSL.com Ubercart .htaccess redirect to SSL.
#
# Technique below is preferred over RewriteCond %{SERVER_PORT} 80
# because it does not require mod_ssl to be loaded