Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Meteor Design Patterns

You're reading from   Meteor Design Patterns Accelerate your code writing skills with over twenty programming patterns that will make your code easier to maintain and scale

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher Packt
ISBN-13 9781783987627
Length 184 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Marcelo Reyna Marcelo Reyna
Author Profile Icon Marcelo Reyna
Marcelo Reyna
Arrow right icon
View More author details
Toc

Setting up an SSL certificate


SSL, or Secure Sockets Layer, is a technology that creates an encrypted connection between clients and the server. This is necessary if we want to ensure that the data transferred to our server is encrypted; this includes data such as credit card information.

Setting up SSL can be painful because it requires some command-line knowledge. We like to buy our SSL certificates from https://www.namecheap.com/ because they are cheap and they get the job done.

The cheapest SSL certificate that you can get is PositiveSSL; you can find the offering at this endpoint: https://www.namecheap.com/security/ssl-certificates/single-domain.aspx.

After buying the certificate, you will need to generate a Certificate Signing Request (CSR). Let's do this. You will be first redirected to your Purchase Summary. Click on Manage:

Now click Activate Now and leave the window open:

Next, open up a terminal at your project directory, and create a /.csr directory by running:

mkdir .csr
cd .csr...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image