mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-14 07:16:52 +00:00
debug: add base64 encoded debug files
When troubleshooting it is helpful to put the generated files into an asn1 decoder. The files can be copy/pasted easily in b64 format. This change creates b64 files when the debug flag is set to make this process easier.
This commit is contained in:
parent
01be6ca577
commit
da84a7b085
3 changed files with 29 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# key/cert files
|
||||
*.p15
|
||||
*.pem
|
||||
*.b64
|
||||
|
||||
# ignore test_data folder
|
||||
/_test_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue