diff --git a/docs/options.md b/docs/options.md new file mode 100644 index 0000000..cee43cc --- /dev/null +++ b/docs/options.md @@ -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" +} +```