You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
279 B
7 lines
279 B
[Container]
|
|
# When in development mode, it is not possible to renew a certificate from Let's Encrypt, so we just skip the entrypoint.
|
|
Entrypoint=/bin/true
|
|
|
|
[Service]
|
|
# And we update the self-signed certificate and flag it as renewed.
|
|
ExecStartPost=/etc/quadlets/lego/lego-dev.sh
|
|
|