Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Minor updates to parse_box_config.py #1

@vaibhavmwarpe

Description

@vaibhavmwarpe

Hi Kyle, I am using these blueprints, really helpful. Thank you. Please note the below changes I needed to make in parse_box_config.py


When using Popen function in def "convertCryptoKey" it errors out "file not found".
Fix

  1. add shell=True
  2. provide full path for openssl.exe and tempKey.txt

In def "modifyPkString", first decode the newKey - otherwise errors out "a bytes like object is required, not str"
Fix
3. withoutFirstLine = newKey.decode().split('\n')[1:]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions