Advertisement
para_bellum

Seafile docker ssl renewal

Apr 14th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Letsencrypt should do it automatically. If that's not the case, get a bash into your docker:
  2. ```
  3. docker exec -it seafile /bin/bash
  4. ```
  5.  
  6. Then force the renewal:
  7. ```
  8. scripts/ssl.sh /shared/ssl/ <your.domain.name>
  9. ```
  10.  
  11. https://manual.seafile.com/docker/deploy_seafile_with_docker/#faq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement