Skip to content

Instantly share code, notes, and snippets.

@Seldaek
Created April 11, 2016 15:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seldaek/c45fbd057510a1a2408817c9d4b53479 to your computer and use it in GitHub Desktop.
Save Seldaek/c45fbd057510a1a2408817c9d4b53479 to your computer and use it in GitHub Desktop.
Self-signed SSL composer repo
{
"repositories": [
{
"type": "composer",
"url": "https://toran.example.org",
"options": {
"ssl": {
"cafile": "/path/to/file/with/your/cert.pem"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment