Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get System.NullReferenceException: 'Object reference not set to an instance of an object.' while creating new account #300

Open
nafaji opened this issue Nov 8, 2022 · 1 comment

Comments

@nafaji
Copy link

nafaji commented Nov 8, 2022

var context = new AcmeContext(Certes.Acme.WellKnownServers.LetsEncryptStagingV2);
var account = await context.NewAccount(email, true);

// Save the account key for later use
var pemKey = context.AccountKey.ToPem();

@agrigg
Copy link

agrigg commented Nov 18, 2023

@nafaji Did you ever figure out what was causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants