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

Error when submitting a new request #50

Open
vendion opened this issue Sep 1, 2021 · 0 comments
Open

Error when submitting a new request #50

vendion opened this issue Sep 1, 2021 · 0 comments

Comments

@vendion
Copy link

vendion commented Sep 1, 2021

Using ssh-cert-authority version 2.0.0-6-g59dae40 built with go version go1.17 linux/amd64 when I run ssh-cert-authority request -e production -r "Testing" -p vendion -c /home/vendion/.config/ssh_ca/requester_config.json it errors out with the following error:

Dial failed: dial unix: missing address

My requester_config.json file is as follows

{
    "production": {
        "PublicKeyPath": "/home/vendion/.ssh/id_ed25519_uf.pub",
        "SignerUrl": "https://ssh-ca.utiliflex.com/"
    }
}

This file was created by ssh-cert-authority generate-config --url 'https://ssh-ca.utiliflex.com' so I don't know what address could be missing that it is complaining about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant