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
Revoking of Certificates doesnt work with anything but mysql.
When using the binary executable it cant read out the username (it still succesfully generates a key)
The text was updated successfully, but these errors were encountered:
Hi
Apologies for being so slow to address these - real life got in the way unfortunately.
On revocation, this is because I'm using sql.Query and not sql.Exec, and one works with sqlite and the other does not. I've fixed in 8b1ee3e.
sql.Query
sql.Exec
On Gitlab, I'll need to dig into this further - I've never used Gitlab (someone else contributed the code to use Gitlab)
Sorry, something went wrong.
No branches or pull requests
Revoking of Certificates doesnt work with anything but mysql.
When using the binary executable it cant read out the username (it still succesfully generates a key)
The text was updated successfully, but these errors were encountered: