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:
Greg T. Wallace 2024-06-04 18:59:36 -04:00
parent 01be6ca577
commit da84a7b085
3 changed files with 29 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# key/cert files
*.p15
*.pem
*.b64
# ignore test_data folder
/_test_data