How to Install an SSL Certificate for filebrowser
This can be a little fiddly.
You will need a Domain and in the A in records point it to a Public IP address, set up the port forwarding from port 80 to the internal IP port 80 (this is just for now)
Install a web server
install Certbot
Step 1 – Installing Certbot
Certbot is a tool to obtain certificates from Let’s Encrypt and configure on your web server. Snap package is the easist way for installing certbot on Ubuntu system.
You might have to run this first…
- sudo apt update
- sudo apt install snapd
- sudo snap install snap-store
- sudo snap install –classic certbot
if you get an error you can try
- sudo apt install fuse squashfuse
NOTE: Snaps rely on certain Linux kernel features which are not available under containerized servers like those running under openvz, so if you get an error use,
when installed
- certbot certonly –apache -d your_domain_name
when installed copy the following…