[GH-ISSUE #2002] Downloadable Certificate after signing is complete Don't get attached to email sent to the signers. #573

Closed
opened 2026-02-26 18:47:38 +03:00 by kerem · 5 comments
Owner

Originally created by @Dvalin21 on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/documenso/documenso/issues/2002

I noticed that under "Preference" this setting by default is set to "Yes", however the certificate is not being sent or uploaded to the emails or being made part of the emails sent out to the signers. Logs didn't show any errors when the process come to "complete"

Originally created by @Dvalin21 on GitHub (Aug 27, 2025). Original GitHub issue: https://github.com/documenso/documenso/issues/2002 I noticed that under "Preference" this setting by default is set to "Yes", however the certificate is not being sent or uploaded to the emails or being made part of the emails sent out to the signers. Logs didn't show any errors when the process come to "complete"
kerem 2026-02-26 18:47:38 +03:00
Author
Owner

@ephraimduncan commented on GitHub (Aug 27, 2025):

It is not sent separately, it is attached at the end of the document.

<!-- gh-comment-id:3226558818 --> @ephraimduncan commented on GitHub (Aug 27, 2025): It is not sent separately, it is attached at the end of the document.
Author
Owner

@Dvalin21 commented on GitHub (Aug 27, 2025):

It is not sent separately, it is attached at the end of the document.

Yes, its suppose to be attached to the end of the document, but never does.

<!-- gh-comment-id:3226565696 --> @Dvalin21 commented on GitHub (Aug 27, 2025): > It is not sent separately, it is attached at the end of the document. Yes, its suppose to be attached to the end of the document, but never does.
Author
Owner

@ephraimduncan commented on GitHub (Aug 27, 2025):

This is probably as a result of the chromium, the certificate generation fails because chromium isn't included in the container image.

You can add this to your docker compose

 browserless:
    image: browserless/chrome:latest
    ports:
      - "3001:3000"
    environment:
      - MAX_CONCURRENT_SESSIONS=10
      - MAX_QUEUE_LENGTH=20

Then set

NEXT_PRIVATE_BROWSERLESS_URL="ws://browserless:3000"
<!-- gh-comment-id:3227818967 --> @ephraimduncan commented on GitHub (Aug 27, 2025): This is probably as a result of the chromium, the certificate generation fails because chromium isn't included in the container image. You can add this to your docker compose ```yml browserless: image: browserless/chrome:latest ports: - "3001:3000" environment: - MAX_CONCURRENT_SESSIONS=10 - MAX_QUEUE_LENGTH=20 ``` Then set ``` NEXT_PRIVATE_BROWSERLESS_URL="ws://browserless:3000" ```
Author
Owner

@Dvalin21 commented on GitHub (Aug 27, 2025):

This is probably as a result of the chromium, the certificate generation fails because chromium isn't included in the container image.

You can add this to your docker compose

browserless:
image: browserless/chrome:latest
ports:
- "3001:3000"
environment:
- MAX_CONCURRENT_SESSIONS=10
- MAX_QUEUE_LENGTH=20
Then set

NEXT_PRIVATE_BROWSERLESS_URL="ws://browserless:3000"

Thanks, Ill give it a try and late you know. Will this be apart of the next update?

<!-- gh-comment-id:3229875783 --> @Dvalin21 commented on GitHub (Aug 27, 2025): > This is probably as a result of the chromium, the certificate generation fails because chromium isn't included in the container image. > > You can add this to your docker compose > > browserless: > image: browserless/chrome:latest > ports: > - "3001:3000" > environment: > - MAX_CONCURRENT_SESSIONS=10 > - MAX_QUEUE_LENGTH=20 > Then set > > ``` > NEXT_PRIVATE_BROWSERLESS_URL="ws://browserless:3000" > ``` Thanks, Ill give it a try and late you know. Will this be apart of the next update?
Author
Owner

@Dvalin21 commented on GitHub (Aug 28, 2025):

100% WORKED!!! Thanks for the update. Hope to see this in documentation.

<!-- gh-comment-id:3230316631 --> @Dvalin21 commented on GitHub (Aug 28, 2025): 100% WORKED!!! Thanks for the update. Hope to see this in documentation.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#573
No description provided.