Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hello,
I recently spun up a bookstack VM on ubuntu server running in docker with docker compose. It's been working flawlessly. I now wish to secure the site with an SSL cert. using my own CA, which is through Microsoft ADCA. I decided to use NGINX for this.
Following all documentation I could find, I generated the CSR request and private cert. on the server. I then placed that request into my CA and generated the cert itself, along with the CA chain, which includes the cert and intermediates.
I created paths to each cert file and uploaded the certs onto the server using nano: /opt/bookstack/certs
Then I updated the compose file, and NGINX config (in the same location), brought docker down and back up and are now getting ERR_CONNECTION_REFUSED. Please advise.
I actually restored the VM back to a working state so I can start fresh if someone can provide true guidance on how to do this properly :)
Exact BookStack Version
BookStack v25.07.1
Log Content
N/a - restored the VM back to working config. Need assistance doing it properly.
Hosting Environment
docker compose | ubuntu server |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hello,
I recently spun up a bookstack VM on ubuntu server running in docker with docker compose. It's been working flawlessly. I now wish to secure the site with an SSL cert. using my own CA, which is through Microsoft ADCA. I decided to use NGINX for this.
Following all documentation I could find, I generated the CSR request and private cert. on the server. I then placed that request into my CA and generated the cert itself, along with the CA chain, which includes the cert and intermediates.
I created paths to each cert file and uploaded the certs onto the server using nano: /opt/bookstack/certs
Then I updated the compose file, and NGINX config (in the same location), brought docker down and back up and are now getting ERR_CONNECTION_REFUSED. Please advise.
I actually restored the VM back to a working state so I can start fresh if someone can provide true guidance on how to do this properly :)
Exact BookStack Version
BookStack v25.07.1
Log Content
Hosting Environment
docker compose | ubuntu server |