Charlton Stanley

Results 13 comments of Charlton Stanley

an rpm package to install step would be great! Even better if you can add it to a repository that i can query for updates to step/step-ca.

Although I'm not a security expert you make a good point, and you're right, it is more secure to `addcardkey` since the private keys would never leave the yubikey, BUT,...

Confirmed what @jucie and @marchage mentioned. run ```` cd "C:\Program Files\Git\cmd mklink git-remote-keybase.exe C:\users\\AppData\Local\Keybase\git-remote-keybase.exe```` where ```````` is your user profile name. Don't copy and paste the code like i did...

This would be awesome! :+1: Has any progress been made by chance?

Yes please!! It's pretty painful trying to develop complex playbooks & roles without this.

@alinabuzachis I would if I knew a lick of python, but I don't. I'm not afraid to learn, but my commits ~might~ would lack sufficient sophistication to be worthy of...

Hi @alinabuzachis thanks for responding! >If my understanding is correct, user_data can only be set when a new instance is created. According to the AWS documentation, it should be possible...

I re-read the documentation and I found what you were referencing @jillr. > The new user data is visible on your instance after you restart it; however, user data scripts...

It's so cool to see two awesome projects collaborating together! :smile: I'm looking forward to when this fix will be released as it is affecting me as well right now.

for me the following worked. ``` curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg --output /usr/share/keyrings/githubcli-archive-keyring.gpg sudo gpg --dearmor /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null sudo...