Skip to content

Key length is hardcoded to 2048 bits #240

@halamix2

Description

@halamix2

I'd like to use certificates with 4096 bit keys, but currently key length is hardcoded to 2048

key, err := rsa.GenerateKey(rand.Reader, 2048)

key, err := rsa.GenerateKey(rand.Reader, 2048)

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