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
When creating a base64 encoded with certutil you will get a HEADER and FOOTER.
certutil
This will break the action.
certutil -encode my.private-key.pem my.private-key.pem.base64encoded
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When creating a base64 encoded with
certutil
you will get a HEADER and FOOTER.This will break the action.
Command
HEADER
FOOTER
The text was updated successfully, but these errors were encountered: