Skip to content

Commit

Permalink
add a note about unsafe ssl option (refs #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Apr 7, 2023
1 parent acf89e5 commit a81aa51
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Notes about some options

## unsafe-ssl

Using `--unsafe-ssl` produce the following output for repositories :

```json
{
"options": {
"ssl": {
"allow_self_signed": true,
"verify_peer": false,
"verify_peer_name": false
}
},
"type": "vcs",
"url": "https://gitlab.com/mborne/sample-composer.git"
}
```

0 comments on commit a81aa51

Please sign in to comment.