Skip to content

How to create a Certificate Signing Request?Β #73

@SHERLOCKG

Description

@SHERLOCKG

Hello,

I have generate key pair.

final keyOptions = KeyOptions()..rsaBits = 2048;
var keyPair = await OpenPGP.generate(
    options: Options()
      ..name ='test'
      ..passphrase = 'test'
      ..keyOptions = keyOptions);

Now I want to generate a CSR.

Is there any way I can do it?

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