Skip to content

QUESTION: commands to generate new certificates #83

@warren-gallagher

Description

@warren-gallagher

What openssl (or other) commands are required to generate new files:
issuer-cert.pem
issuer-key.pem
device_key.b64

Here is my best guess for issuer-cert and issuer-key:

openssl req -new -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 -x509 -sha256 -subj "/CN=Issuer" -nodes -days 365 -out issuer-cert.pem -keyout issuer-private-key.pem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions