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
307 B
7 lines
307 B
[Container]
|
|
# When in development mode, it is not possible to get a certificate from Let's Encrypt, so we just skip the entrypoint.
|
|
Entrypoint=/bin/true
|
|
|
|
[Service]
|
|
# And we create a self-signed certificate for localhost, so that other services can still use it.
|
|
ExecStartPost=/etc/quadlets/lego/lego-dev.sh
|
|
|