Whatever the level is below a noob, that’s what I am haha. I am testing out this AWS thing and managed to get a wordpress site up and going. I am just messing around with trying to get my site ssl certified and cant figure this out for the life of me. I have read through many other sites (including this one), and can’t find the answer. It seems that each person has some issue that is just different from mine. Any help is much appreciated. And please be patient with me
The output states that the issue is coming from Apache / httpd, do you happen to have other instance of web server running? (e.g. caddy? Nginx? Apache?)
Also, you Apache is not properly configtured… You could follow this guide to complete the apache configturation…
bitnami@ip-172-31-27-16:~$ sudo ufw status
Status: active
To Action From
-- ------ ----
Apache Full ALLOW Anywhere
Apache Full (v6) ALLOW Anywhere (v6)
Now what do I do? I tried the sudo certbot --apache command and it still gives the same error. Am I supposed to restart Apache somehow before trying to do the certbot again…?
Bitnami includes a copy of Apache that doesn't come from the Ubuntu repositories. If you follow the instructions on the Certbot website, that will install Certbot's Apache plugin from the repository - and pull in Ubuntu's Apache as a dependency. So you'll end up with two copies of Apache, and Certbot will try to configure the wrong one.
I haven't found a great tutorial for Bitnami but this is not too bad. The main problem with it is that it doesn't retry properly if the renewal fails, so make sure to use a valid email address so you get the reminder notifications if your cert gets close to expiring. (I'm not familiar enough with the lego client to suggest how to improve the tutorial, but maybe someone else can).
@jmorahan I will go through that link and see what I can do. I am so new to this whole ssh (and all the commands… holy moly), ssl, and aws stuff that this all may be above my skill level. I may try this out in a couple days and see what I can do, and what else I can mess up while I’m at it haha.
@stevenzhu Thanks for your help as well. I think I just got a little off-track with some other commands that I was running that may have messed it up.