Skip to content

Fix renewal of certificate on release server

Valentin David requested to merge valentindavid/release-ssl-cert-renew-fix into master

Simple is wrong and simple would make StartExecPost run befor ExecStart is finished. Instead oneshot has to be used for the StartExec to be finished before reloading nginx.

There is no such group as ssl_certs on this configuration.

This was applied manually on server.

Merge request reports