How to set up reverse proxy to work with an SSL Certificate? #589
-
I have a szurubooru running on an AWS Amazon Linux EC2 instance. NGINX is enabled and will reverse proxy into the booru correctly however the connection is still unsecure (http). I have a domain and SSL certificate (AWS Route 53 and AWS Certificate manager). I've looked at several tutorials online but I am completely lost. |
Beta Was this translation helpful? Give feedback.
Answered by
sparkplug12
Jun 24, 2023
Replies: 1 comment
-
So I figured it out myself, I used NGINX and CERTBOT and ignored AWS Certificate Manager. Doing it in console is much easier than screwing around with the AWS management system. I might make a video on it |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sparkplug12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I figured it out myself, I used NGINX and CERTBOT and ignored AWS Certificate Manager. Doing it in console is much easier than screwing around with the AWS management system. I might make a video on it