Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

SSL and royalty free photos

Hi everyone. I am in the processes of gathering resources for a current design project and have a few questions. First, can I generated my own SSL and have it validated, or do I have to purchase one from a vendor? Second, does anyone know of any true royalty free sites for stock photos to use on a website? I am just starting out and would like to keep cost at a minimum.

Thank you. Herb

3 Answers

Hi Herb,

I'm not 100% sure about your second question but I know a lot about the first one and the answer which you've already assumed is no, you can't. The reason you can self-sign an SSL certificate is because the CA authority has to exist in the browser SSL chain which is how it validates the cert been loaded from the server, if this chain gets broken which happens with self-signed certs you will get the commonly seen not safe message.

If you're after something cheap I recommend you go and have a look at the single domain certs over at Namecheap which start at around US$10.

Hope that helps.

Thank you Chris. I figured as much. Since I am relatively new to this, a single domain cert will have to be purchased for each site I build, correct? Or can it be a shared cert? So far none of the sites are ecommerce. The only info shared is name and email to schedule appointments via email from a form on the site.

You can get a shared certificate which is called an RSA or multi-domain cert but they can start at around US$150+ and then it's around US$10-30 per each new domain you wanted added, in my experience it's easier to manage a single cert as I have an RSA cert but if you're new to this separate certs will suffice and work the same way.

Thanks. You gave me a better answer and understanding than a 2 hour internet search. Should have come here first.

In regards to royalty free images, check out flickr.com and look for images that are licensed under Creative Commons. not a bad place to start but it will be difficult to find consistent range of images. Another great resource is Unsplash https://unsplash.com well worth the look, there's some beautiful shots there, but won't always find what your looking for.

Wow! Those pictures are awesome. Unfortunately not what I need, but will definitely keep that bookmarked for future projects. Thanks.