Rank 3: Container
Hello all, It will be the second time I need to renew my SSL certificate manually. I don't understand why It's not done automatically.
Here is how I proceed to renew it:
- Connect over SSH
- Run the command
docker compose exec appwrite ssl - Restart my server
docker compose down && docker compose up -d
Here is the logs of the command docker compose logs appwrite-worker-certificates
appwrite-worker-certificates | [Worker] Worker 0 is ready!
appwrite-worker-certificates | Worker certificates started
appwrite-worker-certificates | [Job] Received Job (67980bccddbdb6.60828320).
appwrite-worker-certificates | Cannot renew domain (my.app.com) on attempt no. 3 certificate: Renew isn't required.
appwrite-worker-certificates | [Job] (67980bccddbdb6.60828320) failed to run.
appwrite-worker-certificates | [Job] (67980bccddbdb6.60828320) Renew isn't required.
appwrite-worker-certificates | Using deprecated logging configuration. Please update your configuration to use DSN format.Unable to parse DSN: scheme is required
appwrite-worker-certificates | [Error] Type: Exception
appwrite-worker-certificates | [Error] Message: Renew isn't required.
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
appwrite-worker-certificates | [Error] Line: 152
So my question is why the renew is not done automatically and I need to wait to the expiration date to renew it?
Thanks :appwritepeepo: