소스 검색

Create tls cert for scuttlebot

Bob Mottram 7 년 전
부모
커밋
8d069c53ee
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/freedombone-app-scuttlebot

+ 4
- 0
src/freedombone-app-scuttlebot 파일 보기

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