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.
| <?php | |
| /** | |
| * GitHub webhook handler template. | |
| * | |
| * @see https://docs.github.com/webhooks/ | |
| * @author Miloslav Hůla (https://github.com/milo) | |
| */ | |
| $hookSecret = 's.e.c.r.e.t'; # set NULL to disable check |
| --- | |
| ssl_certificates: | |
| - certificate_src: secure.example.com.pem | |
| certificate_dest: /etc/ssl/certs/secure.example.com.pem | |
| key_src: secure.example.com.protected.key | |
| key_dest: /etc/ssl/private/secure.example.com.protected.key | |
| key_stripped: /etc/ssl/private/secure_example.com.key | |
| key_password: "{{ssl_passphrase}}" |
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.
| // include this code in your application, you don't need to call any initialization manually! | |
| Ember.Application.initializer({ | |
| name: "meta", | |
| initialize: function(container, application) { | |
| // helper function to get tag from dom | |
| var _getTag = function(tagname, property, value) { | |
| var tags = document.head.getElementsByTagName(tagname), | |
| tag, |
To make this steak: