Skip to content

Fix ssl cert renewal on artifact server

Valentin David requested to merge valentindavid/fix-artifact-cache-renewal into master

The service was using type "simple" which made the ExecStartPost happen potentially before dehydrated --cron was finished. It would sometimes not be able to restart the artifact servers or restart them with the old keys.

The fix has been applied on server manually.

Merge request reports