nginx+bitbucket server组建https服务

简要步骤

1.nginx配置好ssl 443端口,使用gencrt.sh生成证书,并配置好自签证书

sudo nginx -s reload

2.bitbucket server调整好相关的参数,在$BITBUCKET_HOME/shared/bitbucket.properties添加443端口参数

3.重启服务

参考

Securing Bitbucket Server behind nginx using SSL

Securing Bitbucket Server with Tomcat using SSL

给Nginx配置一个自签名的SSL证书

punkmonday /
Published under (CC) BY-NC-SA in categories nginx  tagged with nginx  bitbucket