Created
February 20, 2022 01:56
-
-
Save ryanvgates/9ab3d50b1b67f4790779df69f560c83f to your computer and use it in GitHub Desktop.
Vault on Windows Gotcha - Issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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