Create tls cert for scuttlebot
This commit is contained in:
parent
70b0430bc5
commit
8d069c53ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue