|
Hey Guys, I don't know, if it's even possible at all, so I just ask here. I own a TLD, which is hosted at my Hosting Provider providing my Website, let's say "server.org". Additionally I use a Dyn-DNS provider (NO-IP, at "https://noip.com", which is not in the DDNS-List of available Providers), which gives me a subdomain that points to my home-IP, let's call it "server.servebeer.com". I'm currently using cert bot with Apache at home as a Webserver and Reverse-Proxy, but want to give ngingx-ignition a try, as it looks very promising, but I'm unable to figure out if and how this is possible. Thanks in advance. |
Replies: 4 comments 7 replies
|
Hi @dpaessler, I hope you're doing well. First of all, thanks for your interest in trying nginx ignition. I’d be happy to help you with your setup, but first, I want to make sure I’ve understood your current configuration correctly. Feel free to correct me if I missed anything:
If the above is correct, you should be able to migrate to nginx ignition by following these points:
The only part that is not quite clear for me is how Apache acts as a "server" for you. Does it serve only static content, or dynamic content (e.g., using PHP)? If it’s static content (even directory listings), Ignition can handle this easily in the Host configuration (by selecting responses content or directory in the route type). The UI doesn't support dynamic content like PHP or CGI natively, but nginx itself supports it and you should be able to make it work by inputting the raw nginx configuration parameters in the advanced section of the host's route. I hope this helps. If anything is unclear, just let me know. |
|
Hi @lucasdillmann, Thanks for the quick reply. My Webhosting Provider is 1blu ("https://1blu.de"), a German Provider and it's not in the list of Providers, so I can't select it. Greetings from Germany |
|
I'd personally go with option 2. or 3., but for 2. I didn't found a way to manually import/upload a certificate. Thanks |
|
Okay, this seems to work. I will try further, but thank you for your support and the great work. |
Okay, this seems to work.
I was able to import my current certificate, but only if I'm not selecting the optional "certificate chain". If I select this option and select either "chainXX.pem" or fullchainXX.pem, I get an error saying "That didn't work", without this option, certificate gets imported successfully.
I will try further, but thank you for your support and the great work.
Have a great day.