6 lines
176 B
Bash
6 lines
176 B
Bash
#!/usr/bin/env sh
|
|
|
|
cp -f "$LEGO_CERT_PATH" /certificates
|
|
cp -f "$LEGO_CERT_KEY_PATH" /certificates
|
|
|
|
exit 33 # special exit code to signal that the certificate has been updated
|