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.
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.
#!/usr/bin/env python | |
import requests | |
import json | |
# main api url | |
url = 'https://grits.ecohealth.io/gritsdb/api/v1' | |
# put your username/password here | |
auth = ('myUsername', 'myPassword') |
ansible-playbook --connection=local 127.0.0.1 playbook.yml
127.0.0.1 ansible_connection=local
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
curl -Lo concourse https://github.com/concourse/concourse/releases/download/v2.5.0/concourse_darwin_amd64 && chmod +x concourse && mv concourse /usr/local/bin