I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class StackExchangeService{ | |
public List<SFSEQuestion> getStackExchangeQuestionsDeserialize(){ | |
Http httpQuestions = new Http(); | |
HttpRequest requestQuestions = new HttpRequest(); | |
requestQuestions.setEndpoint('http://api.stackexchange.com/2.2/users/605/questions?order=desc&sort=activity&site=salesforce'); | |
requestQuestions.setMethod('GET'); | |
requestQuestions.setHeader('Content-Type', 'application/json'); | |
HTTPResponse responseQuestions = httpQuestions.send(requestQuestions); | |
List<SFSEQuestion> questions = new List<SFSEQuestion>(); |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.