|
|
#16 | ||
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Mar 2020
Device: none
|
Quote:
At "https://manual.calibre-ebook.com/es/generated/es/calibre-server.html" I don't see any command to indicate the certfile or keyfile url... What would be the command, in which position of "caliber-server.service" would it go? Attached is my caliber-server. Thank you and excuse my ignorance Quote:
|
||
|
|
|
|
|
#17 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,829
Karma: 80512154
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
--ssl-certfile¶
Path to the SSL certificate file. --ssl-keyfile Path to the SSL private key file. |
|
|
|
|
|
#18 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Mar 2020
Device: none
|
|
|
|
|
|
|
#19 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2015
Device: android
|
easiest way to make SSL working
cat certificate.crt ca_bundle.crt > fullchain.crt (i have ssl keys from zerossl)
then /etc/systemd/system/calibre-server.service Code:
[Unit] Description=Calibre Content server After=network.target [Service] Type=simple User=pi Group=pi ExecStart=/usr/bin/sudo /opt/calibre/calibre-server --ssl-certfile "/etc/ssl/fullchain.crt" --ssl-keyfile "/etc/ssl/private/private.key" "/mnt/RPI_EXT4-1/Calibre-RPI_NTFS3" #--ssl-certfile "/etc/ssl/certificate.crt" --ssl-keyfile "/etc/ssl/private/private.key" "/mnt/BPI/Calibre" [Install] WantedBy=multi-user.target Unfortunatelly I dont know how to make https running on port 443, I tried to add --port 443 but w/o success:-( so it works on port 8080) Last edited by PhSnake; 02-17-2026 at 09:56 AM. |
|
|
|
![]() |
| Tags |
| calibre, content server, https |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there any way to enable 'report content error' and 'share' option on ebook? | VósMicêSama | ePub | 13 | 11-08-2016 06:34 PM |
| Content server on ubuntu 12.04 headless server ImageMagick: libltdl.so.7 | Cool Javelin | Calibre | 5 | 04-08-2015 03:20 AM |
| Calibre Content Server and Windows Home Server 2011 | HughMcC | Calibre | 8 | 10-01-2014 08:26 AM |
| ebook-convert “Enable sharing of book content” | laurent68 | Conversion | 1 | 09-23-2014 08:08 AM |
| 500 Internal Server Error accessing content server Calibre 0.8.8 | DaddyO57 | Calibre | 1 | 07-20-2012 07:08 PM |