From f4756d26ed8f562e75e45417918bfd4c040c0936 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 14 Jun 2013 16:40:50 -0400 Subject: [PATCH] add unverified SSL certificate note --- doc/user/sdk-cli.textile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/user/sdk-cli.textile b/doc/user/sdk-cli.textile index df34cbf633..847ee30ed0 100644 --- a/doc/user/sdk-cli.textile +++ b/doc/user/sdk-cli.textile @@ -16,14 +16,18 @@ installed. Try: h3. First... -Set the @ARVADOS_API_HOST@ environment variable. +Set the ARVADOS_API_HOST environment variable. @export ARVADOS_API_HOST=xyzzy.arvadosapi.com@ -Log in to Workbench and get an API token for your account. Set the @ARVADOS_API_TOKEN@ environment variable. +Log in to Workbench and get an API token for your account. Set the ARVADOS_API_TOKEN environment variable. @export ARVADOS_API_TOKEN=c0vdbi8wp7f703lbthyadlvmaivgldxssy3l32isslmax93k9@ +If you are using a development instance with an unverifiable SSL certificate, set the ARVADOS_API_HOST_INSECURE environment variable. + +@export ARVADOS_API_HOST_INSECURE=1@ + h3. Usage @arv [global_options] resource_type resource_method [method_parameters]@ -- 2.39.5