Replies: 2 comments
-
FYI SSL certs are irrelevant for discord bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the certificate files, but it seems like they were signed with a private key other than the one on the Core-v4 prod machine. Will reply with updates here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@IsitaB and I (@ThaiQ ) worked on the old cert-deployment. Reach out to either for further helps if needed.
The general concept is fairly straight forward, you only need to feed nginx-load_balancer the certificate since users access the website through nginx-LBalancer.
Look at nginx.conf
Keep in mind that the orchestration is organized by docker-compose.yml
You can see that we try to mount the
.cer
and.key
files to from the host directory to the container.As long as files are in the right directory -
docker-compose up
should work.With that, for future replacement of the certificate - I suspect that we only need to replace old files with the new files (keep same filenames).
Beta Was this translation helpful? Give feedback.
All reactions