Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add retry option to curl when uploading certificates #17

Merged
merged 7 commits into from
Mar 27, 2017

Commits on Mar 26, 2017

  1. Update renewAndSendToProxy.sh

    Add a retry option in case curl fails
    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    62cd6d2 View commit details
    Browse the repository at this point in the history
  2. Update renewAndSendToProxy.sh

    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    567d678 View commit details
    Browse the repository at this point in the history
  3. Update renewAndSendToProxy.sh

    Fix updating the wrong variable
    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    8aaa03f View commit details
    Browse the repository at this point in the history
  4. Update renewAndSendToProxy.sh

    Move counter update to the end of the loop, so our counter logic is
    valid
    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    91bb6e1 View commit details
    Browse the repository at this point in the history
  5. Update renewAndSendToProxy.sh

    Add options to curl to hide the progress bar but show errors which can
    be helpful
    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    57d6f9c View commit details
    Browse the repository at this point in the history
  6. Update renewAndSendToProxy.sh

    Move counter back to the beginning as this avoids any logic in the print
    statement
    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    62ed3c9 View commit details
    Browse the repository at this point in the history
  7. Update renewAndSendToProxy.sh

    Move sleep statement to avoid unnecessary sleep
    jorianvo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    d3f460d View commit details
    Browse the repository at this point in the history