Create tls cert for scuttlebot

This commit is contained in:
Bob Mottram 2017-12-12 17:35:26 +00:00
parent 70b0430bc5
commit 8d069c53ee
1 changed files with 4 additions and 0 deletions

View File

@ -412,6 +412,10 @@ function install_scuttlebot {
SCUTTLEBOT_ONION_HOSTNAME=$(add_onion_service scuttlebot 80 ${SCUTTLEBOT_ONION_PORT})
scuttlebot_git_setup
function_check create_site_certificate
create_site_certificate ${SCUTTLEBOT_DOMAIN_NAME} 'yes'
systemctl restart nginx
if ! grep -q "scuttlebot version:" ${COMPLETION_FILE}; then