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.
rebase vs merge).rebase vs merge)reset vs checkout vs revert)git rev-parse)pull vs fetch)stash vs branch)reset vs checkout vs revert)| description "Description goes here" | |
| author "Your Name" | |
| start on (local-filesystems and net-device-up) | |
| stop on runlevel [!2345] | |
| respawn | |
| exec /path/to/compiled/binary -flag value -flag2 value2 |
| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/session" | |
| "github.com/aws/aws-sdk-go/service/dynamodb" | |
| ) |
| _uploadSnap() { | |
| var url = 'http://example.com/upload'; // File upload web service path | |
| var photo = { | |
| uri: this.state.picturePath, // CameralRoll Url | |
| type: 'image/jpeg', | |
| name: 'photo.jpg', | |
| }; | |
| var formData = new FormData(); | |
| formData.append("file", photo); |