mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 10:25:54 +03:00
[GH-ISSUE #17] Help needed: How to setup SSL with ios signer service #12
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @URBANsUNITED on GitHub (Mar 11, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/17
Hi and sorry for hijacking this.
But I need help to setup the SSL way, please.
I got it working so far on my RPI3b+ and Debian Buster.
But I would like to use the direct install option.
Who can help me with is?
Reverse proxy - secure and reliable, but harder to set up
Requires publicly accessible port 443 (HTTPS)
Requires domain with valid certificate
Requires manual configuration of reverse proxy with your own authentication.
Don't protect the following endpoints:
/apps/:id/
/jobs
/jobs/:id
where :id is a wildcard parameter.
How to setup this in Debain or docker please?
Thanks a lot
URBANsUNITED
@ViRb3 commented on GitHub (Mar 11, 2021):
Here's some generic guides:
You will have to learn how to setup a HTTPS reverse proxy in general, and then try to do it with this project. Unfortunately I can't help you in more details as this is out of the scope. You can always use the ngrok setup if you can't figure this out. Good luck!