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

Check for base64 when reading a PKCS12 certificate file #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Flangvik
Copy link

When reading a PKCS12 certificate file (/certificate:C:\bla\bla), check if the content is base64 encoded. Super handy with all this hot AD CS relaying

…ck if the content is base64 encoded. Super handy with all this hot AD CS relaying
@0xe7
Copy link
Contributor

0xe7 commented Jul 30, 2021

You can already load the b64 encoded certificate with the change in PR #84 , is there any need to save the b64 encoded string to a file?

@Flangvik
Copy link
Author

Always nice with options, working with large base64-blob-strings in CLI can sometimes be a pain.

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

Successfully merging this pull request may close these issues.

3 participants