Enable SSL on BitBucket Server

bitbucket server

BitBucket Server alloow you to host git repositories. By default bitbucket server have url in following format http://YOUR_IP_ADDR:7990/login To install SSL, first point a domain to the server IP. Install nginx apt install nginx Now install LetsEncrypt wget https://raw.githubusercontent.com/serverok/server-setup/master/install/letsencrypt.sh bash ./letsencrypt.sh Get SSL in standalone mode. We use standalone mode because nginx will proxy all … Read more