File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Environment=STEPPATH=/etc/step-ca \
15
15
; ExecCondition checks if the certificate is ready for renewal,
16
16
; based on the exit status of the command.
17
17
; (In systemd 242 or below, you can use ExecStartPre = here.)
18
- ExecCondition =/usr/bin/step certificate needs-renewal $CERT_LOCATION
18
+ ExecCondition =/usr/bin/step certificate needs-renewal ${ CERT_LOCATION}
19
19
20
20
; ExecStart renews the certificate, if ExecStartPre was successful.
21
- ExecStart =/usr/bin/step ca renew --force $CERT_LOCATION $ KEY_LOCATION
21
+ ExecStart =/usr/bin/step ca renew --force ${ CERT_LOCATION} ${ KEY_LOCATION}
22
22
23
23
; Try to reload or restart the systemd service that relies on this cert-renewer
24
24
; If the relying service doesn't exist, forge ahead.
You can’t perform that action at this time.
0 commit comments