We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can currently sign ssh keys but are unable to revoke them.
Certificates can be revoked with one of two inputs:
the command is ssh-keygen -s /path/to/ca.pub -k create a KRL, the command ssh-keygen -s /paht/to/ca.pub -u update a previous KRL
ssh-keygen -s /path/to/ca.pub -k
ssh-keygen -s /paht/to/ca.pub -u
The text was updated successfully, but these errors were encountered:
Depends on #10 (We are actually unable to retrive the ca who issued a certificate).
Sorry, something went wrong.
No branches or pull requests
We can currently sign ssh keys but are unable to revoke them.
Certificates can be revoked with one of two inputs:
the command is
ssh-keygen -s /path/to/ca.pub -k
create a KRL, the commandssh-keygen -s /paht/to/ca.pub -u
update a previous KRLThe text was updated successfully, but these errors were encountered: