Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created February 20, 2022 01:56
Show Gist options
  • Save ryanvgates/9ab3d50b1b67f4790779df69f560c83f to your computer and use it in GitHub Desktop.
Save ryanvgates/9ab3d50b1b67f4790779df69f560c83f to your computer and use it in GitHub Desktop.
Vault on Windows Gotcha - Issue
C:\Users\myuser\Downloads>set VAULT_ADDR="https://my-vault.instance:1234"
C:\Users\myuser\Downloads>vault login -method=cert -client-cert=cert.pem -client-key=cert-key.pem
failed to create client: parse "https://my-vault.instance:1234": first path segment in URL cannot contain colon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment