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

[BUG] Chain not included for specific instance.. #121

Open
christhefmdev opened this issue Jun 14, 2021 · 1 comment
Open

[BUG] Chain not included for specific instance.. #121

christhefmdev opened this issue Jun 14, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@christhefmdev
Copy link

I have one specific instance of an implementation that will not add the chain certificates to the PFX such that they can be exported. Noticed in v 1.3.1 and repeated on v 1.5.0. This issue is only occurring on a single client at the moment.

In our implementation, after we export the PFX file we make three calls to openssl in order to extract the client cert, the chain cert, and the key. The key and client cert are created properly, but the chain is not. We then import these three files into our server app (FileMaker Server).

To date this has only happened on 1 out of about 130 instances. I can deliver the entire State folder if it would be helpful for inspection.

@christhefmdev christhefmdev added the bug Something isn't working label Jun 14, 2021
@glatzert
Copy link
Collaborator

glatzert commented Jun 15, 2021

I think it would be helpful to get the associated order (-Verbose will probably tell the filename).
Also the PEM file from your ACME server and the File containing the servicedirectory (part of state). Make sure to not include AccountKey and CertificateKey. Write me an email, if you don't want to expose it here.

Also setting $VerbosePreference = 'Continue' might print out the whole script, so we can see everything that happens along the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants