Skip to content

Certificate with Subject Key Identifier #382

@nsaini-us

Description

@nsaini-us

Is there a way to generate a Self Signed or CA signed Certificate with "X509v3 Subject Key Identifier" ?
Is there a option that I can use in the yaml to have this generated?

While generating a Certificate I only see the following options -

    X509v3 extensions:
        X509v3 Key Usage: critical
            Digital Signature, Key Encipherment
        X509v3 Authority Key Identifier: 
            keyid:19:6D:18:4E:3C:85:CF:E6:C4:1C:BA:15:D8:8D:0C:2A:C0:A8:9A:53
        X509v3 Basic Constraints: critical
            CA:FALSE

but would like to get -

    X509v3 extensions:
        X509v3 Key Usage: critical
            Digital Signature, Key Encipherment
        X509v3 Subject Key Identifier: 
            19:6D:18:4E:3C:85:CF:E6:C4:1C:BA:15:D8:8D:0C:2A:C0:A8:9A:53
        X509v3 Authority Key Identifier: 
            keyid:19:6D:18:4E:3C:85:CF:E6:C4:1C:BA:15:D8:8D:0C:2A:C0:A8:9A:53
        X509v3 Basic Constraints: critical
            CA:FALSE

Thanks for your feedback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions