Skip to content

Clean up additions to renew-cert script

  • Add missing newlines back to file ends.
  • Remove unnecessary sleep.
  • Remove -d flag to htgettoken; it leaks access tokens.
  • Replace /home/${USER} with ${HOME}.
  • Refactor kinit commands as a function. The function automatically determines the principal name by inspecting the output from klist.

Merge request reports